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 @@ -109,7 +109,7 @@ jobs:
109
109
# MANDATORY TESTING USING LOWEST SUPPORTED TOOLCHAIN
110
110
lowest_supported :
111
111
env :
112
- TOOLCHAIN : 1.74 .0 # LOWEST SUPPORTED RUST TOOLCHAIN
112
+ TOOLCHAIN : 1.77 .0 # LOWEST SUPPORTED RUST TOOLCHAIN
113
113
strategy :
114
114
matrix :
115
115
include :
@@ -137,7 +137,7 @@ jobs:
137
137
fedora :
138
138
env :
139
139
# Lowest supported
140
- TOOLCHAIN : 1.74 .0 # LOWEST SUPPORTED RUST TOOLCHAIN
140
+ TOOLCHAIN : 1.77 .0 # LOWEST SUPPORTED RUST TOOLCHAIN
141
141
strategy :
142
142
matrix :
143
143
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