Skip to content

Commit a174647

Browse files
build(sputnik): use rquickjs official release (#2278)
* build: use rquickjs official release * build: use rquickjs v0.11.0
1 parent ac71186 commit a174647

File tree

2 files changed

+45
-24
lines changed

2 files changed

+45
-24
lines changed

Cargo.lock

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

src/sputnik/Cargo.toml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,7 @@ junobuild-shared = { path = "../libs/shared" }
3434
junobuild-macros = { path = "../libs/macros" }
3535
junobuild-storage = { path = "../libs/storage" }
3636
ic-wasi-polyfill = "0.12.0"
37-
rquickjs = { git = "https://github.com/peterpeterparker/rquickjs", branch = "patch-v0.9.0", features = [
38-
"macro",
39-
"futures"
40-
] }
37+
rquickjs = { version = "0.11.0", features = ["macro", "futures"] }
4138
anyhow = "1.0.79"
4239
itoa = { version = "1", default-features = false }
4340
ryu = { version = "1", default-features = false }

0 commit comments

Comments
 (0)