File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -109,7 +109,7 @@ jobs:
109109 # MANDATORY TESTING USING LOWEST SUPPORTED TOOLCHAIN
110110 lowest_supported :
111111 env :
112- TOOLCHAIN : 1.74 .0 # LOWEST SUPPORTED RUST TOOLCHAIN
112+ TOOLCHAIN : 1.77 .0 # LOWEST SUPPORTED RUST TOOLCHAIN
113113 strategy :
114114 matrix :
115115 include :
@@ -137,7 +137,7 @@ jobs:
137137 fedora :
138138 env :
139139 # Lowest supported
140- TOOLCHAIN : 1.74 .0 # LOWEST SUPPORTED RUST TOOLCHAIN
140+ TOOLCHAIN : 1.77 .0 # LOWEST SUPPORTED RUST TOOLCHAIN
141141 strategy :
142142 matrix :
143143 include :
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name = "libcryptsetup-rs"
33version = " 0.13.2"
44authors = [" John Baublitz <jbaublitz@redhat.com>" ]
55edition = " 2021"
6- rust-version = " 1.74 .0" # LOWEST SUPPORTED RUST TOOLCHAIN
6+ rust-version = " 1.77 .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.0"
44authors = [" John Baublitz <jbaublitz@redhat.com>" ]
55edition = " 2021"
6- rust-version = " 1.74 .0" # LOWEST SUPPORTED RUST TOOLCHAIN
6+ rust-version = " 1.77 .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