Skip to content

Commit 12bd0c9

Browse files
simongdaviesCopilot
andcommitted
fix: bump fixture rquickjs deps to 0.12 to match workspace
The native_math and extended_runtime fixtures depended on rquickjs 0.11, but hyperlight-js-runtime uses 0.12 after the rebase. This caused a 'multiple different versions of crate rquickjs_core' compile error when linking the extended_runtime binary. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Signed-off-by: Simon Davies <simongdavies@users.noreply.github.com>
1 parent d3cef85 commit 12bd0c9

4 files changed

Lines changed: 516 additions & 82 deletions

File tree

src/hyperlight-js-runtime/tests/fixtures/extended_runtime/Cargo.lock

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

src/hyperlight-js-runtime/tests/fixtures/extended_runtime/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ path = "src/main.rs"
1414
[dependencies]
1515
hyperlight-js-runtime = { path = "../../.." }
1616
native-math = { path = "../native_math" }
17-
rquickjs = { version = "0.11", default-features = false, features = ["bindgen", "futures", "macro", "loader"] }
17+
rquickjs = { version = "0.12", default-features = false, features = ["bindgen", "futures", "macro", "loader"] }
1818

1919
# anyhow is only needed for the native CLI entry point, not the hyperlight guest
2020
[target.'cfg(not(hyperlight))'.dependencies]

0 commit comments

Comments
 (0)