diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 776faeca..167e1266 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -115,7 +115,7 @@ jobs: # MANDATORY TESTING USING LOWEST SUPPORTED TOOLCHAIN lowest_supported: env: - TOOLCHAIN: 1.71.1 # LOWEST SUPPORTED RUST TOOLCHAIN + TOOLCHAIN: 1.77.0 # LOWEST SUPPORTED RUST TOOLCHAIN strategy: matrix: include: @@ -145,7 +145,7 @@ jobs: fedora: env: # Lowest supported - TOOLCHAIN: 1.71.1 # LOWEST SUPPORTED RUST TOOLCHAIN + TOOLCHAIN: 1.77.0 # LOWEST SUPPORTED RUST TOOLCHAIN strategy: matrix: include: diff --git a/Cargo.toml b/Cargo.toml index 8e7f2dc4..0d3da286 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ name = "libcryptsetup-rs" version = "0.10.0" authors = ["John Baublitz "] edition = "2021" -rust-version = "1.71.1" # LOWEST SUPPORTED RUST TOOLCHAIN +rust-version = "1.77.0" # LOWEST SUPPORTED RUST TOOLCHAIN description = "High level Rust bindings for libcryptsetup" license = "MPL-2.0" documentation = "https://docs.rs/libcryptsetup-rs"