Skip to content

Commit 3e68f8e

Browse files
committed
Update lowest supported Rust to 1.66.1
Signed-off-by: Bryan Gurney <[email protected]>
1 parent c372c7b commit 3e68f8e

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ jobs:
8383
# MANDATORY TESTING USING LOWEST SUPPORTED TOOLCHAIN
8484
lowest_supported:
8585
env:
86-
TOOLCHAIN: 1.62.1 # LOWEST SUPPORTED RUST TOOLCHAIN
86+
TOOLCHAIN: 1.66.1 # LOWEST SUPPORTED RUST TOOLCHAIN
8787
strategy:
8888
matrix:
8989
include:
@@ -109,7 +109,7 @@ jobs:
109109
fedora:
110110
env:
111111
# Lowest supported
112-
TOOLCHAIN: 1.62.1 # LOWEST SUPPORTED RUST TOOLCHAIN
112+
TOOLCHAIN: 1.66.1 # LOWEST SUPPORTED RUST TOOLCHAIN
113113
strategy:
114114
matrix:
115115
include:

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "libcryptsetup-rs"
33
version = "0.6.0"
44
authors = ["John Baublitz <[email protected]>"]
55
edition = "2021"
6-
rust-version = "1.62.1" # LOWEST SUPPORTED RUST TOOLCHAIN
6+
rust-version = "1.66.1" # LOWEST SUPPORTED RUST TOOLCHAIN
77
description = "High level Rust bindings for libcryptsetup"
88
license = "MPL-2.0"
99
documentation = "https://docs.rs/libcryptsetup-rs"

libcryptsetup-rs-sys/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "libcryptsetup-rs-sys"
33
version = "0.2.1"
44
authors = ["John Baublitz <[email protected]>"]
55
edition = "2021"
6-
rust-version = "1.62.1" # LOWEST SUPPORTED RUST TOOLCHAIN
6+
rust-version = "1.66.1" # LOWEST SUPPORTED RUST TOOLCHAIN
77
description = "Low level bindings for libcryptsetup"
88
license = "MPL-2.0"
99
documentation = "https://docs.rs/libcryptsetup-rs-sys"

0 commit comments

Comments
 (0)