Skip to content

Commit

Permalink
Bump minimum supported Rust version (MSRV)
Browse files Browse the repository at this point in the history
The new MSRV is 1.70, which matches the current MSRV of Tokio.
  • Loading branch information
hannobraun committed Aug 13, 2024
1 parent 90defd7 commit f79ae68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ authors = [
"Frank Denis <github@pureftpd.org>"
]
edition = "2018"
rust-version = "1.63"
rust-version = "1.70"

description = "Idiomatic wrapper for inotify"
documentation = "https://docs.rs/inotify"
Expand Down

0 comments on commit f79ae68

Please sign in to comment.