Skip to content

Commit

Permalink
use uniform version in bin manifests and set to 0.1.0-rc.4
Browse files Browse the repository at this point in the history
  • Loading branch information
briankoehler committed Jan 8, 2025
1 parent f64c89e commit 4ab7a50
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 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.

3 changes: 3 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,6 @@ members = [
"lib/the-collector-db",
"lib/the-collector-ipc",
]

[workspace.package]
version = "0.1.0-rc.4"
2 changes: 1 addition & 1 deletion bin/bot/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "int-bot"
version = "0.1.0"
version.workspace = true
edition = "2021"

[dependencies]
Expand Down
2 changes: 1 addition & 1 deletion bin/the-collector/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "the-collector"
version = "0.1.0"
version.workspace = true
edition = "2021"

[dependencies]
Expand Down

0 comments on commit 4ab7a50

Please sign in to comment.