Skip to content

Commit 5359fab

Browse files
committed
Update lowest supported toolchain
1 parent b547d9f commit 5359fab

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
@@ -109,7 +109,7 @@ jobs:
109109
# MANDATORY TESTING USING LOWEST SUPPORTED TOOLCHAIN
110110
lowest_supported:
111111
env:
112-
TOOLCHAIN: 1.74.0 # LOWEST SUPPORTED RUST TOOLCHAIN
112+
TOOLCHAIN: 1.77.0 # LOWEST SUPPORTED RUST TOOLCHAIN
113113
strategy:
114114
matrix:
115115
include:
@@ -137,7 +137,7 @@ jobs:
137137
fedora:
138138
env:
139139
# Lowest supported
140-
TOOLCHAIN: 1.74.0 # LOWEST SUPPORTED RUST TOOLCHAIN
140+
TOOLCHAIN: 1.77.0 # LOWEST SUPPORTED RUST TOOLCHAIN
141141
strategy:
142142
matrix:
143143
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)