Skip to content

Commit

Permalink
Merge pull request #26 from ehuss/update-version
Browse files Browse the repository at this point in the history
Update version
  • Loading branch information
ehuss authored Oct 23, 2023
2 parents edfed71 + 201f4fd commit fffcf29
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 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 @@ -5,7 +5,7 @@ resolver = "2"

[package]
name = "cargo-index"
version = "0.2.6"
version = "0.2.7"
authors = ["Eric Huss"]
edition = "2021"
license = "MIT OR Apache-2.0"
Expand All @@ -20,7 +20,7 @@ rust-version = "1.70"
[dependencies]
anyhow = "1.0.58"
clap = { version = "4.4.6", features = ["cargo"] }
reg-index = { version = "0.5.0", path = "reg-index" }
reg-index = { version = "0.6.0", path = "reg-index" }
serde_json = "1.0.33"

[dev-dependencies]
Expand Down
2 changes: 1 addition & 1 deletion reg-index/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "reg-index"
version = "0.5.0"
version = "0.6.0"
authors = ["Eric Huss"]
edition = "2021"
license = "MIT OR Apache-2.0"
Expand Down

0 comments on commit fffcf29

Please sign in to comment.