Skip to content

Commit

Permalink
bump deps, mk workspace deps
Browse files Browse the repository at this point in the history
  • Loading branch information
DougAnderson444 committed Dec 22, 2023
1 parent e5634e2 commit 630eb55
Show file tree
Hide file tree
Showing 8 changed files with 89 additions and 88 deletions.
164 changes: 82 additions & 82 deletions Cargo.lock

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ resolver = "2"

[workspace.dependencies]
seed-keeper-core = { path = "crates/seed-keeper-core" }
cargo-component-bindings = "0.6.0"

[package]
name = "seed-keeper"
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
Expand Up @@ -6,7 +6,7 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
cargo-component-bindings = "0.5.0"
cargo-component-bindings = { workspace = true }
wurbo = "0.1.2"

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

[dependencies]
cargo-component-bindings = "0.5.0"
cargo-component-bindings = { workspace = true }
seed-keeper-core = { workspace = true }

[dev-dependencies]
Expand Down
2 changes: 1 addition & 1 deletion examples/crates/calculator/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
cargo-component-bindings = "0.5.0"
cargo-component-bindings = { workspace = true }

[lib]
crate-type = ["cdylib"]
Expand Down
2 changes: 1 addition & 1 deletion examples/crates/edwards-ui/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
cargo-component-bindings = "0.5.0"
cargo-component-bindings = { workspace = true }
wurbo = "0.1.2"

[lib]
Expand Down
2 changes: 1 addition & 1 deletion examples/crates/edwards-wit/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ edition = "2021"
crate-type = ["cdylib"]

[dependencies]
cargo-component-bindings = "0.5.0"
cargo-component-bindings = { workspace = true }
ed25519-dalek = "2.1"

[dev-dependencies]
Expand Down
2 changes: 1 addition & 1 deletion examples/crates/math/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
cargo-component-bindings = "0.5.0"
cargo-component-bindings = { workspace = true }

[lib]
crate-type = ["cdylib"]
Expand Down

0 comments on commit 630eb55

Please sign in to comment.