Skip to content

Commit 5b62461

Browse files
Pull in wac fix that was breaking deps (#3353)
(cherry picked from commit ec0f889) Signed-off-by: Brian Hardock <[email protected]>
1 parent 0ca21ce commit 5b62461

File tree

3 files changed

+11
-11
lines changed

3 files changed

+11
-11
lines changed

Cargo.lock

Lines changed: 9 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -172,6 +172,7 @@ tower-service = "0.3.3"
172172
tracing = { version = "0.1.41", features = ["log"] }
173173
url = "2"
174174
walkdir = "2"
175+
wac-graph = "0.8.1"
175176
wasm-encoder = "0.239.0"
176177
wasm-metadata = "0.239.0"
177178
wasm-pkg-client = "0.11"

crates/compose/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ spin-componentize = { path = "../componentize" }
1919
spin-serde = { path = "../serde" }
2020
thiserror = { workspace = true }
2121
tokio = { workspace = true, features = ["fs"] }
22-
wac-graph = "0.8"
22+
wac-graph = { workspace = true }
2323

2424
[lints]
2525
workspace = true

0 commit comments

Comments
 (0)