Skip to content

Commit

Permalink
use workspace version
Browse files Browse the repository at this point in the history
  • Loading branch information
DougAnderson444 committed Jul 1, 2024
1 parent 1a831e0 commit 0799f5b
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ authors = ["DougAnderson444"]
description = "Tools for working with crypto seeds."

[workspace.dependencies]
seed-keeper-core = { path = "crates/seed-keeper-core" }
seed-keeper-core = { version = "0.4.0", path = "crates/seed-keeper-core" }
seed-keeper-events = { path = "crates/seed-keeper-events" }
wit-bindgen-rt = { version = "0.26.0", features = ["bitflags"] }
wurbo = "0.4.1"
Expand Down
2 changes: 1 addition & 1 deletion crates/seed-keeper-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ license = "MIT"
name = "seed-keeper-core"
readme = "README.md"
repository = "https://github.com/DougAnderson444/seed-keeper.git"
version = "0.4.1"
version.workspace = true

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

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

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

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Expand Down
2 changes: 1 addition & 1 deletion crates/seed-keeper-wit-ui/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "seed-keeper-wit-ui"
version = "0.1.0"
version.workspace = true
edition = "2021"

[lib]
Expand Down

0 comments on commit 0799f5b

Please sign in to comment.