Skip to content

Commit

Permalink
Merge pull request #3736 from mulkieran/clap-4.4.0
Browse files Browse the repository at this point in the history
Increase clap dependency lower bound to 4.5.0
  • Loading branch information
mulkieran authored Dec 23, 2024
2 parents 59f829d + 8b0028d commit a704a1c
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 54 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ jobs:
- uses: dtolnay/rust-toolchain@master
with:
components: cargo
toolchain: 1.71.1 # LOWEST SUPPORTED RUST TOOLCHAIN
toolchain: 1.74.0 # LOWEST SUPPORTED RUST TOOLCHAIN
- name: Build stratisd
run: PROFILEDIR=debug make -f Makefile build-all
- name: Install stratisd
Expand Down Expand Up @@ -279,7 +279,7 @@ jobs:
- uses: dtolnay/rust-toolchain@master
with:
components: cargo
toolchain: 1.71.1 # LOWEST SUPPORTED RUST TOOLCHAIN
toolchain: 1.74.0 # LOWEST SUPPORTED RUST TOOLCHAIN
- name: Build stratisd
run: PROFILEDIR=debug make -f Makefile build-all
- name: Install stratisd
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/valgrind.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ jobs:
# MANDATORY CHECKS USING CURRENT DEVELOPMENT ENVIRONMENT
- toolchain: 1.83.0 # CURRENT DEVELOPMENT RUST TOOLCHAIN
# MANDATORY CHECKS USING LOWEST SUPPORTED ENVIRONMENT PROXY
- toolchain: 1.71.1 # LOWEST SUPPORTED RUST TOOLCHAIN
- toolchain: 1.74.0 # LOWEST SUPPORTED RUST TOOLCHAIN
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
Expand Down
60 changes: 11 additions & 49 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ members = [".", "stratisd_proc_macros"]
[workspace.package]
authors = ["Stratis Developers <[email protected]>"]
edition = "2021"
rust-version = "1.71.1" # LOWEST SUPPORTED RUST TOOLCHAIN
rust-version = "1.74.0" # LOWEST SUPPORTED RUST TOOLCHAIN

[[bin]]
name = "stratisd"
Expand Down Expand Up @@ -90,7 +90,7 @@ default-features = false
features = ["clock", "std"]

[dependencies.clap]
version = "4.1.0"
version = "4.5.0"
optional = true

[dependencies.crc]
Expand Down

0 comments on commit a704a1c

Please sign in to comment.