Skip to content

Commit

Permalink
Merge pull request #305 from bgurney-rh/lowest-1.69
Browse files Browse the repository at this point in the history
Update lowest supported Rust to 1.69.0
  • Loading branch information
mulkieran authored Jun 21, 2023
2 parents 2fe4b07 + 0dfdd41 commit 8fb0131
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ jobs:
# MANDATORY TESTING USING LOWEST SUPPORTED TOOLCHAIN
lowest_supported:
env:
TOOLCHAIN: 1.66.1 # LOWEST SUPPORTED RUST TOOLCHAIN
TOOLCHAIN: 1.69.0 # LOWEST SUPPORTED RUST TOOLCHAIN
strategy:
matrix:
include:
Expand All @@ -109,7 +109,7 @@ jobs:
fedora:
env:
# Lowest supported
TOOLCHAIN: 1.66.1 # LOWEST SUPPORTED RUST TOOLCHAIN
TOOLCHAIN: 1.69.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.8.0"
authors = ["John Baublitz <[email protected]>"]
edition = "2021"
rust-version = "1.66.1" # LOWEST SUPPORTED RUST TOOLCHAIN
rust-version = "1.69.0" # LOWEST SUPPORTED RUST TOOLCHAIN
description = "High level Rust bindings for libcryptsetup"
license = "MPL-2.0"
documentation = "https://docs.rs/libcryptsetup-rs"
Expand Down
2 changes: 1 addition & 1 deletion libcryptsetup-rs-sys/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "libcryptsetup-rs-sys"
version = "0.2.4"
authors = ["John Baublitz <[email protected]>"]
edition = "2021"
rust-version = "1.66.1" # LOWEST SUPPORTED RUST TOOLCHAIN
rust-version = "1.69.0" # LOWEST SUPPORTED RUST TOOLCHAIN
description = "Low level bindings for libcryptsetup"
license = "MPL-2.0"
documentation = "https://docs.rs/libcryptsetup-rs-sys"
Expand Down

0 comments on commit 8fb0131

Please sign in to comment.