File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 4040 toolchain : 1.89.0 # CURRENT DEVELOPMENT RUST TOOLCHAIN
4141 task : check-typos
4242 - components : cargo
43- toolchain : 1.74 .0 # LOWEST SUPPORTED RUST TOOLCHAIN
43+ toolchain : 1.77 .0 # LOWEST SUPPORTED RUST TOOLCHAIN
4444 task : test
4545 runs-on : ubuntu-22.04
4646 steps :
@@ -71,10 +71,10 @@ jobs:
7171 toolchain : 1.89.0 # CURRENT DEVELOPMENT RUST TOOLCHAIN
7272 task : test
7373 - components : cargo
74- toolchain : 1.74 .0 # LOWEST SUPPORTED RUST TOOLCHAIN
74+ toolchain : 1.77 .0 # LOWEST SUPPORTED RUST TOOLCHAIN
7575 task : build
7676 - components : cargo
77- toolchain : 1.74 .0 # LOWEST SUPPORTED RUST TOOLCHAIN
77+ toolchain : 1.77 .0 # LOWEST SUPPORTED RUST TOOLCHAIN
7878 task : test
7979 env :
8080 PKG_CONFIG_PATH : /opt/homebrew/opt/util-linux/lib/pkgconfig
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name = "libblkid-rs"
33version = " 0.4.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 = " High level bindings for libblkid"
88license = " MPL-2.0"
99documentation = " https://docs.rs/libblkid-rs"
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name = "libblkid-rs-sys"
33version = " 0.3.1"
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 libblkid"
88license = " MPL-2.0"
99documentation = " https://docs.rs/libblkid-rs-sys"
You can’t perform that action at this time.
0 commit comments