We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e5240ca commit aa89c0cCopy full SHA for aa89c0c
Cargo.toml
@@ -10,6 +10,7 @@ repository = "https://github.com/ing-systems/queue-file"
10
readme = "README.md"
11
keywords = ["io", "fifo", "queue"]
12
categories = ["data-structures"]
13
+rust-version = "1.58.1"
14
15
[dependencies]
16
bytes = "1.0"
README.md
@@ -52,6 +52,10 @@ fn main() {
52
}
53
```
54
55
+## MSRV
56
+
57
+Current MSRV is 1.58.1
58
59
## License
60
61
This project is licensed under the [Apache 2.0 license](LICENSE).
0 commit comments