Skip to content

Commit

Permalink
Merge pull request #219 from hannobraun/msrv
Browse files Browse the repository at this point in the history
Bump minimum supported Rust version (MSRV)
  • Loading branch information
hannobraun authored Aug 13, 2024
2 parents 90defd7 + 40e1e3f commit 0f634f3
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 <[email protected]>"
]
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 0f634f3

Please sign in to comment.