From 8cead8f1c8962082bb9479bad8c5adb97cde59cc Mon Sep 17 00:00:00 2001 From: Bryan Gurney Date: Tue, 29 Aug 2023 10:07:49 -0400 Subject: [PATCH] Revert "Revert "Update lowest supported Rust to 1.71.1"" This reverts commit 9576127f2b51950500561c75619c3ec642ecdbca. --- .github/workflows/main.yml | 2 +- Cargo.toml | 2 +- devicemapper-rs-sys/Cargo.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 719bb0b6..9857aa96 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -53,7 +53,7 @@ jobs: strategy: matrix: include: - - toolchain: 1.71.0 # LOWEST SUPPORTED RUST TOOLCHAIN + - toolchain: 1.71.1 # LOWEST SUPPORTED RUST TOOLCHAIN - toolchain: 1.72.0 # CURRENT DEVELOPMENT RUST TOOLCHAIN runs-on: ubuntu-20.04 steps: diff --git a/Cargo.toml b/Cargo.toml index f0987157..54efbf5c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,7 +10,7 @@ categories = ["os::linux-apis", "api-bindings"] keywords = ["Linux", "device", "mapper", "libdm", "storage"] license = "MPL-2.0" edition = "2021" -rust-version = "1.71.0" # LOWEST SUPPORTED RUST TOOLCHAIN +rust-version = "1.71.1" # LOWEST SUPPORTED RUST TOOLCHAIN exclude = [".clippy.toml", ".githooks/*", ".gitignore", ".github/*", "Makefile"] [dependencies] diff --git a/devicemapper-rs-sys/Cargo.toml b/devicemapper-rs-sys/Cargo.toml index 35b1ef74..02362808 100644 --- a/devicemapper-rs-sys/Cargo.toml +++ b/devicemapper-rs-sys/Cargo.toml @@ -3,7 +3,7 @@ name = "devicemapper-sys" version = "0.1.5" authors = ["Stratis Developers "] edition = "2021" -rust-version = "1.71.0" # LOWEST SUPPORTED RUST TOOLCHAIN +rust-version = "1.71.1" # LOWEST SUPPORTED RUST TOOLCHAIN description = "Low level bindings for devicemapper" license = "MPL-2.0" documentation = "https://docs.rs/devicemapper-rs-sys"