Skip to content

Commit da10b53

Browse files
authored
Merge pull request #217 from mulkieran/issue_project_783
Reapply "github actions: update lowest supported Rust to 1.77"
2 parents e8ac253 + f2e4422 commit da10b53

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "libblkid-rs"
33
version = "0.4.0"
44
authors = ["John Baublitz <jbaublitz@redhat.com>"]
55
edition = "2021"
6-
rust-version = "1.74.0" # LOWEST SUPPORTED RUST TOOLCHAIN
6+
rust-version = "1.77.0" # LOWEST SUPPORTED RUST TOOLCHAIN
77
description = "High level bindings for libblkid"
88
license = "MPL-2.0"
99
documentation = "https://docs.rs/libblkid-rs"

libblkid-rs-sys/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "libblkid-rs-sys"
33
version = "0.3.1"
44
authors = ["John Baublitz <jbaublitz@redhat.com>"]
55
edition = "2021"
6-
rust-version = "1.74.0" # LOWEST SUPPORTED RUST TOOLCHAIN
6+
rust-version = "1.77.0" # LOWEST SUPPORTED RUST TOOLCHAIN
77
description = "Low level bindings for libblkid"
88
license = "MPL-2.0"
99
documentation = "https://docs.rs/libblkid-rs-sys"

0 commit comments

Comments
 (0)