File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -117,7 +117,7 @@ jobs:
117
117
# MANDATORY TESTING USING LOWEST SUPPORTED TOOLCHAIN
118
118
lowest_supported :
119
119
env :
120
- TOOLCHAIN : 1.74 .0 # LOWEST SUPPORTED RUST TOOLCHAIN
120
+ TOOLCHAIN : 1.77 .0 # LOWEST SUPPORTED RUST TOOLCHAIN
121
121
strategy :
122
122
matrix :
123
123
include :
@@ -147,7 +147,7 @@ jobs:
147
147
fedora :
148
148
env :
149
149
# Lowest supported
150
- TOOLCHAIN : 1.74 .0 # LOWEST SUPPORTED RUST TOOLCHAIN
150
+ TOOLCHAIN : 1.77 .0 # LOWEST SUPPORTED RUST TOOLCHAIN
151
151
strategy :
152
152
matrix :
153
153
include :
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name = "libcryptsetup-rs"
3
3
version = " 0.12.0"
4
4
authors = [
" John Baublitz <[email protected] >" ]
5
5
edition = " 2021"
6
- rust-version = " 1.74 .0" # LOWEST SUPPORTED RUST TOOLCHAIN
6
+ rust-version = " 1.77 .0" # LOWEST SUPPORTED RUST TOOLCHAIN
7
7
description = " High level Rust bindings for libcryptsetup"
8
8
license = " MPL-2.0"
9
9
documentation = " https://docs.rs/libcryptsetup-rs"
You can’t perform that action at this time.
0 commit comments