Skip to content

Commit

Permalink
Update necessary versions of each crate and CLI tool
Browse files Browse the repository at this point in the history
What?
=====

With changes to each of the CLI, read_ctags, and token_search crates to
accommodate changes introduced in 22b4c22.
  • Loading branch information
joshuaclayton committed Jan 7, 2022
1 parent 21b9eda commit 0b5911f
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 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 Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "unused"
version = "0.3.1"
version = "0.4.0"
authors = ["Joshua Clayton <joshua.clayton@gmail.com>"]
edition = "2018"

Expand Down
2 changes: 1 addition & 1 deletion crates/cli/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "cli"
version = "0.3.1"
version = "0.4.0"
authors = ["Joshua Clayton <joshua.clayton@gmail.com>"]
edition = "2018"

Expand Down
2 changes: 1 addition & 1 deletion crates/read_ctags/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "read_ctags"
version = "0.1.0"
version = "0.2.0"
authors = ["Joshua Clayton <joshua.clayton@gmail.com>"]
edition = "2018"
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion crates/token_search/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "token_search"
version = "0.1.0"
version = "0.2.0"
authors = ["Joshua Clayton <joshua.clayton@gmail.com>"]
edition = "2018"
license = "MIT"
Expand Down

0 comments on commit 0b5911f

Please sign in to comment.