Skip to content

Commit

Permalink
Update clap to 4.4.6
Browse files Browse the repository at this point in the history
  • Loading branch information
ehuss committed Oct 23, 2023
1 parent 3b18b49 commit 267240e
Show file tree
Hide file tree
Showing 6 changed files with 175 additions and 144 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
rust: stable
- os: ubuntu-latest
# sync MSRV with README.md and all Cargo.toml
rust: 1.66.0
rust: 1.70.0
steps:
- uses: actions/checkout@master
- name: Install Rust
Expand Down
128 changes: 75 additions & 53 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 @@ -10,11 +10,11 @@ readme = "README.md"
description = "Cargo subcommand to manage a registry index."
homepage = "https://github.com/ehuss/cargo-index"
repository = "https://github.com/ehuss/cargo-index"
rust-version = "1.66"
rust-version = "1.70"

[dependencies]
anyhow = "1.0.58"
clap = "2.32.0"
clap = { version = "4.4.6", features = ["cargo"] }
reg-index = { version = "0.5.0", path = "reg-index" }
serde_json = "1.0.33"

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ functionality.

`cargo install cargo-index`

This requires at a minimum Cargo 1.66.
This requires at a minimum Cargo 1.70.

## Usage

Expand Down
2 changes: 1 addition & 1 deletion reg-index/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ readme = "README.md"
description = "Library to manage a registry index."
homepage = "https://github.com/ehuss/cargo-index"
repository = "https://github.com/ehuss/cargo-index"
rust-version = "1.66"
rust-version = "1.70"

[dependencies]
anyhow = "1.0.58"
Expand Down
Loading

0 comments on commit 267240e

Please sign in to comment.