diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 47d00b7..bff6689 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -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 diff --git a/Cargo.toml b/Cargo.toml index 765612b..68fa627 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,7 +9,7 @@ authors = [ "Frank Denis " ] edition = "2018" -rust-version = "1.63" +rust-version = "1.70" description = "Idiomatic wrapper for inotify" documentation = "https://docs.rs/inotify"