Skip to content

Commit aa4d36e

Browse files
chore: update dep to point to wasm-pkg-tools
1 parent bb64165 commit aa4d36e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,8 +113,8 @@ wasm-metadata = "0.227.0"
113113
#wasm-pkg-client = "0.9.0"
114114
#wasm-pkg-common = "0.10.0"
115115
# TODO: remove once wasm-pkg-tools update to add
116-
wasm-pkg-client = { git = "https://github.com/vados-cosmonic/bytecodealliance_wasm-pkg-tools", rev = "f41aeda3cc6c7eee489d1b8c1316a645f8df2b0c" }
117-
wasm-pkg-common = { git = "https://github.com/vados-cosmonic/bytecodealliance_wasm-pkg-tools", rev = "f41aeda3cc6c7eee489d1b8c1316a645f8df2b0c", features = [
116+
wasm-pkg-client = { git = "https://github.com/bytecodealliance/wasm-pkg-tools", rev = "5221bdca410563e2087d8adc36425361859e7263" }
117+
wasm-pkg-common = { git = "https://github.com/bytecodealliance/wasm-pkg-tools", rev = "5221bdca410563e2087d8adc36425361859e7263", features = [
118118
"oci_extras",
119119
] }
120120
wasmparser = "0.227.0"

0 commit comments

Comments
 (0)