Skip to content

Commit 65b9040

Browse files
committed
Update lowest supported toolchain
1 parent 5292aa5 commit 65b9040

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ jobs:
117117
# MANDATORY TESTING USING LOWEST SUPPORTED TOOLCHAIN
118118
lowest_supported:
119119
env:
120-
TOOLCHAIN: 1.74.0 # LOWEST SUPPORTED RUST TOOLCHAIN
120+
TOOLCHAIN: 1.77.0 # LOWEST SUPPORTED RUST TOOLCHAIN
121121
strategy:
122122
matrix:
123123
include:
@@ -147,7 +147,7 @@ jobs:
147147
fedora:
148148
env:
149149
# Lowest supported
150-
TOOLCHAIN: 1.74.0 # LOWEST SUPPORTED RUST TOOLCHAIN
150+
TOOLCHAIN: 1.77.0 # LOWEST SUPPORTED RUST TOOLCHAIN
151151
strategy:
152152
matrix:
153153
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.12.0"
44
authors = ["John Baublitz <[email protected]>"]
55
edition = "2021"
6-
rust-version = "1.74.0" # LOWEST SUPPORTED RUST TOOLCHAIN
6+
rust-version = "1.77.0" # LOWEST SUPPORTED RUST TOOLCHAIN
77
description = "High level Rust bindings for libcryptsetup"
88
license = "MPL-2.0"
99
documentation = "https://docs.rs/libcryptsetup-rs"

0 commit comments

Comments
 (0)