Skip to content

Commit 5dd5cca

Browse files
committed
build: upgrade clap
1 parent ae59463 commit 5dd5cca

File tree

16 files changed

+117
-106
lines changed

16 files changed

+117
-106
lines changed

.github/workflows/linux-git-devel.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
uses: actions-rs/toolchain@v1
5454
with:
5555
profile: minimal
56-
toolchain: 1.61.0
56+
toolchain: 1.64.0
5757
override: true
5858

5959
- uses: actions/checkout@v3

.github/workflows/linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
uses: actions-rs/toolchain@v1
7575
with:
7676
profile: minimal
77-
toolchain: 1.61.0
77+
toolchain: 1.64.0
7878
override: true
7979

8080
- name: Cache dependencies

.github/workflows/macos.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
uses: actions-rs/toolchain@v1
2828
with:
2929
profile: minimal
30-
toolchain: 1.61.0
30+
toolchain: 1.64.0
3131
override: true
3232

3333
- name: Cache dependencies

.github/workflows/windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
uses: actions-rs/toolchain@v1
2121
with:
2222
profile: minimal
23-
toolchain: 1.61.0
23+
toolchain: 1.64.0
2424
override: true
2525

2626
- name: Cache dependencies

.gitpod.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ image:
22
file: .gitpod/Dockerfile
33
tasks:
44
- init: |
5-
rustup default 1.61.0
5+
rustup default 1.64.0
66
cargo test --no-run
77
cargo install cargo-insta
88
cargo install git-branchless && git branchless init

Cargo.lock

Lines changed: 96 additions & 85 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

flake.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

git-branchless-invoke/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ version = "0.7.0"
99
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
1010

1111
[dependencies]
12-
clap = { version = "4.0.32", features = ["derive"] }
12+
clap = { version = "4.2.4", features = ["derive"] }
1313
color-eyre = "0.6.2"
1414
cursive_core = "0.3.6"
1515
eyre = "0.6.8"

0 commit comments

Comments
 (0)