Skip to content

Commit 11c999e

Browse files
committed
release: update dependencies versions
Signed-off-by: Doru Blânzeanu <[email protected]>
1 parent 22b1774 commit 11c999e

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

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: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@ repository = "https://github.com/hyperlight-dev/hyperlight"
2626
readme = "README.md"
2727

2828
[workspace.dependencies]
29-
hyperlight-common = { path = "src/hyperlight_common", version = "0.2.0", default-features = false }
30-
hyperlight-host = { path = "src/hyperlight_host", version = "0.2.0", default-features = false }
31-
hyperlight-guest = { path = "src/hyperlight_guest", version = "0.2.0", default-features = false }
29+
hyperlight-common = { path = "src/hyperlight_common", version = "0.3.0", default-features = false }
30+
hyperlight-host = { path = "src/hyperlight_host", version = "0.3.0", default-features = false }
31+
hyperlight-guest = { path = "src/hyperlight_guest", version = "0.3.0", default-features = false }
3232
hyperlight-testing = { path = "src/hyperlight_testing", default-features = false }
3333

3434
[workspace.lints.rust]

0 commit comments

Comments
 (0)