Skip to content

Commit f8bbdca

Browse files
author
Guy Bedford
committed
deps updates
1 parent c0b323a commit f8bbdca

File tree

4 files changed

+17
-10
lines changed

4 files changed

+17
-10
lines changed

Cargo.lock

Lines changed: 1 addition & 0 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 & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ bitflags = "1.3.2"
1717
heck = { version = "0.4", features = ["unicode"] }
1818
pulldown-cmark = { version = "0.8", default-features = false }
1919
env_logger = "0.10.0"
20-
js-component-bindgen = { path = "../jco/crates/js-component-bindgen", no-default-features = ["transpile-bindgen"] }
20+
js-component-bindgen = { git = "https://github.com/bytecodealliance/jco", rev = "0c1caeb722e308944b8f015b257f4cece1bf57cb", no-default-features = ["transpile-bindgen"] }
2121
walrus = "0.19.0"
2222
wasmtime = { git = "https://github.com/bytecodealliance/wasmtime", features = ["component-model"], rev = "f7ae056a0a757492c0842ca3f2852f9a5f4bd19c" }
2323
wasmtime-environ = { git = "https://github.com/bytecodealliance/wasmtime", rev = "f7ae056a0a757492c0842ca3f2852f9a5f4bd19c" }

package-lock.json

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"mocha": "^10.2.0"
1010
},
1111
"dependencies": {
12-
"@bytecodealliance/jco": "file:../jco",
12+
"@bytecodealliance/jco": "git+https://github.com/bytecodealliance/jco#0c1caeb722e308944b8f015b257f4cece1bf57cb",
1313
"@bytecodealliance/wizer": "^3.0.1"
1414
},
1515
"scripts": {

0 commit comments

Comments
 (0)