Skip to content

Commit

Permalink
[wasm-metadata] use workspace dependencies (bytecodealliance#1944)
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshuawuyts authored Dec 10, 2024
1 parent f9f88b5 commit 2efb389
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ rayon = "1.3"
serde = { version = "1.0.166", default-features = false, features = ['alloc'] }
serde_derive = "1.0.166"
serde_json = { version = "1" }
spdx = "0.10.1"
wasmtime = { version = "25.0.0", default-features = false, features = ['cranelift', 'component-model', 'runtime', 'gc'] }
url = "2.0.0"
pretty_assertions = "1.3.0"
Expand Down
4 changes: 2 additions & 2 deletions crates/wasm-metadata/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ wasm-encoder = { workspace = true, features = ['component-model'] }
indexmap = { workspace = true, features = ["serde"] }
serde = { workspace = true }
serde_derive = { workspace = true }
serde_json = { version = "1" }
spdx = "0.10.1"
serde_json = { workspace = true }
spdx = { workspace = true }
url = { workspace = true }

0 comments on commit 2efb389

Please sign in to comment.