Skip to content

Commit

Permalink
Merge pull request #178 from mulkieran/rust-1.74.0
Browse files Browse the repository at this point in the history
Rust 1.74.0
  • Loading branch information
mulkieran authored Jan 2, 2025
2 parents 6ed2ddc + fb8392a commit 9cc5fc5
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 @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "libblkid-rs"
version = "0.3.2"
authors = ["John Baublitz <jbaublitz@redhat.com>"]
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"
Expand Down
2 changes: 1 addition & 1 deletion libblkid-rs-sys/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "libblkid-rs-sys"
version = "0.3.0"
authors = ["John Baublitz <jbaublitz@redhat.com>"]
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"
Expand Down

0 comments on commit 9cc5fc5

Please sign in to comment.