Skip to content

Commit

Permalink
Update lowest supported toolchain
Browse files Browse the repository at this point in the history
  • Loading branch information
jbaublitz committed Jan 3, 2025
1 parent 229a3cc commit bf1a93d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ jobs:
# MANDATORY TESTING USING LOWEST SUPPORTED TOOLCHAIN
lowest_supported:
env:
TOOLCHAIN: 1.74.0 # LOWEST SUPPORTED RUST TOOLCHAIN
TOOLCHAIN: 1.77.0 # LOWEST SUPPORTED RUST TOOLCHAIN
strategy:
matrix:
include:
Expand Down Expand Up @@ -147,7 +147,7 @@ jobs:
fedora:
env:
# Lowest supported
TOOLCHAIN: 1.74.0 # LOWEST SUPPORTED RUST TOOLCHAIN
TOOLCHAIN: 1.77.0 # LOWEST SUPPORTED RUST TOOLCHAIN
strategy:
matrix:
include:
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 = "libcryptsetup-rs"
version = "0.11.0"
authors = ["John Baublitz <[email protected]>"]
edition = "2021"
rust-version = "1.74.0" # 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"
Expand Down

0 comments on commit bf1a93d

Please sign in to comment.