Skip to content

Commit 914f690

Browse files
refactor: Use std::io::Error::other(_) and declare MSRV 1.74 (#25)
1 parent 864bcb2 commit 914f690

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)