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 @@ -115,7 +115,7 @@ jobs:
115
115
# MANDATORY TESTING USING LOWEST SUPPORTED TOOLCHAIN
116
116
lowest_supported :
117
117
env :
118
- TOOLCHAIN : 1.71.1 # LOWEST SUPPORTED RUST TOOLCHAIN
118
+ TOOLCHAIN : 1.77.0 # LOWEST SUPPORTED RUST TOOLCHAIN
119
119
strategy :
120
120
matrix :
121
121
include :
@@ -145,7 +145,7 @@ jobs:
145
145
fedora :
146
146
env :
147
147
# Lowest supported
148
- TOOLCHAIN : 1.71.1 # LOWEST SUPPORTED RUST TOOLCHAIN
148
+ TOOLCHAIN : 1.77.0 # LOWEST SUPPORTED RUST TOOLCHAIN
149
149
strategy :
150
150
matrix :
151
151
include :
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name = "libcryptsetup-rs"
3
3
version = " 0.10.0"
4
4
authors = [
" John Baublitz <[email protected] >" ]
5
5
edition = " 2021"
6
- rust-version = " 1.71.1 " # 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