Skip to content

Commit

Permalink
Prepare release
Browse files Browse the repository at this point in the history
  • Loading branch information
chevdor committed Jul 20, 2024
1 parent 084305b commit e363ab6
Show file tree
Hide file tree
Showing 4 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.

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ For all the command above, if you work on a workspace, all its crates will be ha

## Install

cargo install cargo-crate
cargo instal cargo-crate

### Aliases

Expand Down
2 changes: 1 addition & 1 deletion cli/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "cargo-crate"
version = "0.2.3"
version = "0.2.4"
edition = "2021"
description = "A set of crate related cargo commands. You can for instance get the information about a crate, as text or json, including the owners of a crate and its versions."

Expand Down
2 changes: 1 addition & 1 deletion lib/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "lib-cargo-crate"
version = "0.2.3"
version = "0.2.4"
edition = "2021"
license = "MIT"
description = "The lib for cargo-crate"
Expand Down

0 comments on commit e363ab6

Please sign in to comment.