File tree 3 files changed +4
-4
lines changed 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 83
83
# MANDATORY TESTING USING LOWEST SUPPORTED TOOLCHAIN
84
84
lowest_supported :
85
85
env :
86
- TOOLCHAIN : 1.62 .1 # LOWEST SUPPORTED RUST TOOLCHAIN
86
+ TOOLCHAIN : 1.66 .1 # LOWEST SUPPORTED RUST TOOLCHAIN
87
87
strategy :
88
88
matrix :
89
89
include :
@@ -109,7 +109,7 @@ jobs:
109
109
fedora :
110
110
env :
111
111
# Lowest supported
112
- TOOLCHAIN : 1.62 .1 # LOWEST SUPPORTED RUST TOOLCHAIN
112
+ TOOLCHAIN : 1.66 .1 # LOWEST SUPPORTED RUST TOOLCHAIN
113
113
strategy :
114
114
matrix :
115
115
include :
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name = "libcryptsetup-rs"
3
3
version = " 0.6.0"
4
4
authors = [
" John Baublitz <[email protected] >" ]
5
5
edition = " 2021"
6
- rust-version = " 1.62 .1" # LOWEST SUPPORTED RUST TOOLCHAIN
6
+ rust-version = " 1.66 .1" # 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"
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name = "libcryptsetup-rs-sys"
3
3
version = " 0.2.1"
4
4
authors = [
" John Baublitz <[email protected] >" ]
5
5
edition = " 2021"
6
- rust-version = " 1.62 .1" # LOWEST SUPPORTED RUST TOOLCHAIN
6
+ rust-version = " 1.66 .1" # LOWEST SUPPORTED RUST TOOLCHAIN
7
7
description = " Low level bindings for libcryptsetup"
8
8
license = " MPL-2.0"
9
9
documentation = " https://docs.rs/libcryptsetup-rs-sys"
You can’t perform that action at this time.
0 commit comments