File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -117,7 +117,7 @@ jobs:
117117 # MANDATORY TESTING USING LOWEST SUPPORTED TOOLCHAIN
118118 lowest_supported :
119119 env :
120- TOOLCHAIN : 1.77 .0 # LOWEST SUPPORTED RUST TOOLCHAIN
120+ TOOLCHAIN : 1.82 .0 # LOWEST SUPPORTED RUST TOOLCHAIN
121121 strategy :
122122 matrix :
123123 include :
@@ -147,7 +147,7 @@ jobs:
147147 fedora :
148148 env :
149149 # Lowest supported
150- TOOLCHAIN : 1.77 .0 # LOWEST SUPPORTED RUST TOOLCHAIN
150+ TOOLCHAIN : 1.82 .0 # LOWEST SUPPORTED RUST TOOLCHAIN
151151 strategy :
152152 matrix :
153153 include :
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name = "libcryptsetup-rs"
33version = " 0.14.0"
44authors = [" John Baublitz <jbaublitz@redhat.com>" ]
55edition = " 2021"
6- rust-version = " 1.77 .0" # LOWEST SUPPORTED RUST TOOLCHAIN
6+ rust-version = " 1.82 .0" # LOWEST SUPPORTED RUST TOOLCHAIN
77description = " High level Rust bindings for libcryptsetup"
88license = " MPL-2.0"
99documentation = " https://docs.rs/libcryptsetup-rs"
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name = "libcryptsetup-rs-sys"
33version = " 0.6.1"
44authors = [" John Baublitz <jbaublitz@redhat.com>" ]
55edition = " 2021"
6- rust-version = " 1.77 .0" # LOWEST SUPPORTED RUST TOOLCHAIN
6+ rust-version = " 1.82 .0" # LOWEST SUPPORTED RUST TOOLCHAIN
77description = " Low level bindings for libcryptsetup"
88license = " MPL-2.0"
99documentation = " https://docs.rs/libcryptsetup-rs-sys"
You can’t perform that action at this time.
0 commit comments