Skip to content

Commit 954defb

Browse files
authored
Merge pull request #998 from mulkieran/issue_project_783
Reapply "github actions: update lowest supported Rust to 1.77"
2 parents e76df57 + 95dca65 commit 954defb

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
strategy:
6060
matrix:
6161
include:
62-
- toolchain: 1.74.0 # LOWEST SUPPORTED RUST TOOLCHAIN
62+
- toolchain: 1.77.0 # LOWEST SUPPORTED RUST TOOLCHAIN
6363
- toolchain: 1.89.0 # CURRENT DEVELOPMENT RUST TOOLCHAIN
6464
runs-on: ubuntu-22.04
6565
steps:

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ categories = ["os::linux-apis", "api-bindings"]
1010
keywords = ["Linux", "device", "mapper", "libdm", "storage"]
1111
license = "MPL-2.0"
1212
edition = "2021"
13-
rust-version = "1.74.0" # LOWEST SUPPORTED RUST TOOLCHAIN
13+
rust-version = "1.77.0" # LOWEST SUPPORTED RUST TOOLCHAIN
1414
exclude = [".clippy.toml", ".githooks/*", ".gitignore", ".github/*", "Makefile"]
1515

1616
[dependencies]

devicemapper-rs-sys/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "devicemapper-sys"
33
version = "0.3.2"
44
authors = ["Stratis Developers <stratis-devel@lists.fedorahosted.org>"]
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 devicemapper"
88
license = "MPL-2.0"
99
documentation = "https://docs.rs/devicemapper-rs-sys"

0 commit comments

Comments
 (0)