Skip to content

Commit 13e20a8

Browse files
Bump hyperlight-component-macro from 0.14.0 to 0.15.0
Bumps [hyperlight-component-macro](https://github.com/hyperlight-dev/hyperlight) from 0.14.0 to 0.15.0. - [Release notes](https://github.com/hyperlight-dev/hyperlight/releases) - [Changelog](https://github.com/hyperlight-dev/hyperlight/blob/main/CHANGELOG.md) - [Commits](hyperlight-dev/hyperlight@v0.14.0...v0.15.0) --- updated-dependencies: - dependency-name: hyperlight-component-macro dependency-version: 0.15.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 857055b commit 13e20a8

2 files changed

Lines changed: 34 additions & 6 deletions

File tree

Cargo.lock

Lines changed: 33 additions & 5 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
@@ -22,7 +22,7 @@ hyperlight-javascript-sandbox = { path = "src/javascript_sandbox" }
2222
hyperlight-wasm-sandbox = { path = "src/wasm_sandbox" }
2323
hyperlight-sandbox-pyo3-common = { path = "src/sdk/python/pyo3_common" }
2424
hyperlight-common = { version = "0.14.0", default-features = false }
25-
hyperlight-component-macro = { version = "0.14.0" }
25+
hyperlight-component-macro = { version = "0.15.0" }
2626
hyperlight-host = { version = "0.14.0", default-features = false, features = ["executable_heap"] }
2727
hyperlight-wasm = { git = "https://github.com/jsturtevant/hyperlight-wasm", rev = "13906096edc2e014220c11a040242070ce6dee90" } #branch util-compont-fixes
2828
pyo3 = { version = "0.28", features = ["extension-module"] }

0 commit comments

Comments
 (0)