Skip to content

Commit ffed978

Browse files
committed
Update lowest supported toolchain
1 parent 1cfce92 commit ffed978

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
@@ -115,7 +115,7 @@ jobs:
115115
# MANDATORY TESTING USING LOWEST SUPPORTED TOOLCHAIN
116116
lowest_supported:
117117
env:
118-
TOOLCHAIN: 1.71.1 # LOWEST SUPPORTED RUST TOOLCHAIN
118+
TOOLCHAIN: 1.77.0 # LOWEST SUPPORTED RUST TOOLCHAIN
119119
strategy:
120120
matrix:
121121
include:
@@ -145,7 +145,7 @@ jobs:
145145
fedora:
146146
env:
147147
# Lowest supported
148-
TOOLCHAIN: 1.71.1 # LOWEST SUPPORTED RUST TOOLCHAIN
148+
TOOLCHAIN: 1.77.0 # LOWEST SUPPORTED RUST TOOLCHAIN
149149
strategy:
150150
matrix:
151151
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.10.0"
44
authors = ["John Baublitz <[email protected]>"]
55
edition = "2021"
6-
rust-version = "1.71.1" # 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)