Skip to content

Commit c704afd

Browse files
Add an MSRV, Rust 1.74
This version is needed for `std::io::Error::other(_)`; I verified that everything else still works on Rust 1.74 as well.
1 parent 51855d1 commit c704afd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ description = "A library for streaming reading of files over HTTP using range re
77
license = "MIT"
88
repository = "https://github.com/prefix-dev/async_http_range_reader"
99
exclude = ["test-data/*"]
10+
rust-version = "1.74"
1011

1112
[dependencies]
1213
futures = "0.3.28"

0 commit comments

Comments
 (0)