Skip to content

Commit 65055bf

Browse files
authored
Merge pull request #444 from mulkieran/issue_project_783
Reapply "github actions: update lowest supported Rust to 1.77"
2 parents c833737 + 5438a22 commit 65055bf

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
@@ -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.13.2"
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"

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.6.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 = "Low level bindings for libcryptsetup"
88
license = "MPL-2.0"
99
documentation = "https://docs.rs/libcryptsetup-rs-sys"

0 commit comments

Comments
 (0)