Skip to content

Commit

Permalink
Merge pull request #878 from bgurney-rh/revert-revert-lowest-1.71.1
Browse files Browse the repository at this point in the history
Revert "Revert "Update lowest supported Rust to 1.71.1""
  • Loading branch information
mulkieran authored Aug 29, 2023
2 parents 27c9d67 + 8cead8f commit 3b93cf4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down
2 changes: 1 addition & 1 deletion devicemapper-rs-sys/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "devicemapper-sys"
version = "0.1.5"
authors = ["Stratis Developers <[email protected]>"]
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"
Expand Down

0 comments on commit 3b93cf4

Please sign in to comment.