diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 0e2f840..19ee938 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -43,7 +43,7 @@ jobs: task: check-typos # MANDATORY TESTING USING LOWEST SUPPORTED COMPILER - components: cargo - toolchain: 1.71.1 # LOWEST SUPPORTED RUST TOOLCHAIN + toolchain: 1.74.0 # LOWEST SUPPORTED RUST TOOLCHAIN task: test runs-on: ubuntu-20.04 steps: diff --git a/Cargo.toml b/Cargo.toml index ab5a40d..8c791b4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ name = "libblkid-rs" version = "0.3.2" authors = ["John Baublitz "] edition = "2021" -rust-version = "1.71.1" # LOWEST SUPPORTED RUST TOOLCHAIN +rust-version = "1.74.0" # LOWEST SUPPORTED RUST TOOLCHAIN description = "High level bindings for libblkid" license = "MPL-2.0" documentation = "https://docs.rs/libblkid-rs" diff --git a/libblkid-rs-sys/Cargo.toml b/libblkid-rs-sys/Cargo.toml index 97c560a..3425c95 100644 --- a/libblkid-rs-sys/Cargo.toml +++ b/libblkid-rs-sys/Cargo.toml @@ -3,7 +3,7 @@ name = "libblkid-rs-sys" version = "0.3.0" authors = ["John Baublitz "] edition = "2021" -rust-version = "1.71.1" # LOWEST SUPPORTED RUST TOOLCHAIN +rust-version = "1.74.0" # LOWEST SUPPORTED RUST TOOLCHAIN description = "Low level bindings for libblkid" license = "MPL-2.0" documentation = "https://docs.rs/libblkid-rs-sys"