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 Aug 21, 2024
1 parent a56df1c commit 52a95be
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 @@ -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:
Expand Down Expand Up @@ -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:
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.10.0"
authors = ["John Baublitz <[email protected]>"]
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"
Expand Down

0 comments on commit 52a95be

Please sign in to comment.