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 40e1e3f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- name: Install rust
uses: actions-rs/toolchain@v1
with:
toolchain: 1.63.0
toolchain: 1.70.0
override: true
components: clippy
- name: Check rust and cargo version
Expand Down
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 40e1e3f

Please sign in to comment.