Skip to content

Commit aa89c0c

Browse files
committed
Specify MSRV
1 parent e5240ca commit aa89c0c

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ repository = "https://github.com/ing-systems/queue-file"
1010
readme = "README.md"
1111
keywords = ["io", "fifo", "queue"]
1212
categories = ["data-structures"]
13+
rust-version = "1.58.1"
1314

1415
[dependencies]
1516
bytes = "1.0"

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,10 @@ fn main() {
5252
}
5353
```
5454

55+
## MSRV
56+
57+
Current MSRV is 1.58.1
58+
5559
## License
5660

5761
This project is licensed under the [Apache 2.0 license](LICENSE).

0 commit comments

Comments
 (0)