Skip to content

Commit 1d614be

Browse files
authored
Bump hyperlight versions to 0.2.0 (#283)
Signed-off-by: Ludvig Liljenberg <[email protected]>
1 parent 8eafa0d commit 1d614be

File tree

4 files changed

+68
-68
lines changed

4 files changed

+68
-68
lines changed

Diff for: Cargo.lock

+4-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: Cargo.toml

+4-4
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ exclude = [
2424
]
2525

2626
[workspace.package]
27-
version = "0.1.0"
27+
version = "0.2.0"
2828
edition = "2021"
2929
rust-version = "1.80.0"
3030
license = "Apache-2.0"
@@ -34,9 +34,9 @@ readme = "README.md"
3434

3535
[workspace.dependencies]
3636

37-
hyperlight-common = { path = "src/hyperlight_common", version = "0.1.0", default-features = false }
38-
hyperlight-host = { path = "src/hyperlight_host", version = "0.1.0", default-features = false }
39-
hyperlight-guest = { path = "src/hyperlight_guest", version = "0.1.0", default-features = false }
37+
hyperlight-common = { path = "src/hyperlight_common", version = "0.2.0", default-features = false }
38+
hyperlight-host = { path = "src/hyperlight_host", version = "0.2.0", default-features = false }
39+
hyperlight-guest = { path = "src/hyperlight_guest", version = "0.2.0", default-features = false }
4040
hyperlight-testing = { path = "src/hyperlight_testing", default-features = false }
4141

4242
[workspace.lints.rust]

Diff for: src/tests/rust_guests/callbackguest/Cargo.lock

+30-30
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)