Skip to content

Commit

Permalink
Update versions to 1.0.0 for crates.io release
Browse files Browse the repository at this point in the history
  • Loading branch information
willibrandon committed Jan 15, 2025
1 parent 518d43c commit 9321240
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 rustscout-cli/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rustscout-cli"
version = "0.3.0"
version = "1.0.0"
edition = "2021"
description = "High-performance, concurrent code search CLI tool"
license = "MIT"
Expand All @@ -12,7 +12,7 @@ categories = ["command-line-utilities", "development-tools::cargo-plugins", "fil
authors = ["Brandon Williams"]

[dependencies]
rustscout = { path = "../rustscout", version = "0.3.0" }
rustscout = { version = "1.0.0", path = "../rustscout" }
clap = { version = "4.4", features = ["derive"] }
anyhow = "1.0"
colored = "2.1"
Expand Down
2 changes: 1 addition & 1 deletion rustscout/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rustscout"
version = "0.3.0"
version = "1.0.0"
edition = "2021"
description = "High-performance, concurrent code search tool written in Rust"
license = "MIT"
Expand Down

0 comments on commit 9321240

Please sign in to comment.