Skip to content

Commit

Permalink
Update lowest supported Rust to 1.66.1
Browse files Browse the repository at this point in the history
Signed-off-by: Bryan Gurney <bgurney@redhat.com>
  • Loading branch information
bgurney-rh committed Jan 19, 2023
1 parent c372c7b commit 6fccf46
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 @@ -83,7 +83,7 @@ jobs:
# MANDATORY TESTING USING LOWEST SUPPORTED TOOLCHAIN
lowest_supported:
env:
TOOLCHAIN: 1.62.1 # LOWEST SUPPORTED RUST TOOLCHAIN
TOOLCHAIN: 1.66.1 # LOWEST SUPPORTED RUST TOOLCHAIN
strategy:
matrix:
include:
Expand All @@ -109,7 +109,7 @@ jobs:
fedora:
env:
# Lowest supported
TOOLCHAIN: 1.62.1 # LOWEST SUPPORTED RUST TOOLCHAIN
TOOLCHAIN: 1.66.1 # 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.6.0"
authors = ["John Baublitz <jbaublitz@redhat.com>"]
edition = "2021"
rust-version = "1.62.1" # LOWEST SUPPORTED RUST TOOLCHAIN
rust-version = "1.66.1" # 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 6fccf46

Please sign in to comment.