Skip to content

Commit 8f2feee

Browse files
authored
bump crate versions (#96)
Signed-off-by: Jorge Prendes <jorge.prendes@gmail.com>
1 parent 1a58c66 commit 8f2feee

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

Cargo.lock

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

src/hyperlight_wasm/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "hyperlight-wasm"
3-
version = "0.1.0"
3+
version = "0.7.0"
44
edition = "2024"
55
rust-version = "1.85"
66
description = "Library that enables wasm modules and components to be run inside lightweight Virtual Machine backed Sandbox. It is built on top of Hyperlight."

src/hyperlight_wasm_aot/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "hyperlight-wasm-aot"
3-
version = "0.1.0"
3+
version = "0.7.0"
44
edition = "2024"
55

66
[dependencies]

src/hyperlight_wasm_macro/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "hyperlight-wasm-macro"
3-
version = "0.1.0"
3+
version = "0.7.0"
44
edition = "2024"
55
description = """
66
Procedural macros to generate Hyperlight Wasm host and guest bindings from component types

src/wasm_runtime/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "wasm-runtime"
3-
version = "0.1.0"
3+
version = "0.7.0"
44
edition = "2021"
55

66
[[bin]]

0 commit comments

Comments
 (0)