Skip to content

Commit 84a4b6a

Browse files
committed
Use latest git commit got hyperlight d dependency
Signed-off-by: Jorge Prendes <jorge.prendes@gmail.com>
1 parent f3e600b commit 84a4b6a

5 files changed

Lines changed: 21 additions & 21 deletions

File tree

Cargo.lock

Lines changed: 4 additions & 4 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
@@ -5,4 +5,4 @@ resolver = "2"
55

66
[workspace.dependencies]
77
#hyperlight-host = { version = "0.6", default-features = false, features = ["executable_heap"] }
8-
hyperlight-host = { git = "https://github.com/hyperlight-dev/hyperlight.git", rev = "aeb1899eede9c4210df2691ffd3830913c5e404c", default-features = false, features = ["executable_heap"] }
8+
hyperlight-host = { git = "https://github.com/hyperlight-dev/hyperlight.git", rev = "6c301e3202e6dd27b89bea2747b7b42bf9949a39", default-features = false, features = ["executable_heap"] }

src/hyperlight_wasm_macro/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ syn = { version = "2.0.96" }
1818
itertools = { version = "0.14.0" }
1919
prettyplease = { version = "0.2.31" }
2020
#hyperlight-component-util = { version = "0.6" }
21-
hyperlight-component-util = { git = "https://github.com/hyperlight-dev/hyperlight.git", rev = "aeb1899eede9c4210df2691ffd3830913c5e404c" }
21+
hyperlight-component-util = { git = "https://github.com/hyperlight-dev/hyperlight.git", rev = "6c301e3202e6dd27b89bea2747b7b42bf9949a39" }

src/wasm_runtime/Cargo.lock

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

src/wasm_runtime/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ bench = false
1414
#hyperlight-common = { version = "0.6", default-features = false }
1515
#hyperlight-guest-bin = { version = "0.6", features = [ "printf" ] }
1616
#hyperlight-guest = { version = "0.6" }
17-
hyperlight-common = { git = "https://github.com/hyperlight-dev/hyperlight.git", rev = "aeb1899eede9c4210df2691ffd3830913c5e404c", default-features = false }
18-
hyperlight-guest-bin = { git = "https://github.com/hyperlight-dev/hyperlight.git", rev = "aeb1899eede9c4210df2691ffd3830913c5e404c", features = [ "printf" ] }
19-
hyperlight-guest = { git = "https://github.com/hyperlight-dev/hyperlight.git", rev = "aeb1899eede9c4210df2691ffd3830913c5e404c" }
17+
hyperlight-common = { git = "https://github.com/hyperlight-dev/hyperlight.git", rev = "6c301e3202e6dd27b89bea2747b7b42bf9949a39", default-features = false }
18+
hyperlight-guest-bin = { git = "https://github.com/hyperlight-dev/hyperlight.git", rev = "6c301e3202e6dd27b89bea2747b7b42bf9949a39", features = [ "printf" ] }
19+
hyperlight-guest = { git = "https://github.com/hyperlight-dev/hyperlight.git", rev = "6c301e3202e6dd27b89bea2747b7b42bf9949a39" }
2020
wasmtime = { version = "30.0.2", default-features = false, features = [ "runtime", "custom-virtual-memory", "custom-native-signals", "component-model" ] }
2121
hyperlight-wasm-macro = { path = "../hyperlight_wasm_macro" }
2222
spin = "0.9.8"

0 commit comments

Comments
 (0)