Skip to content

Commit 50d5ee2

Browse files
committed
bump crate versions 0.14.0 -> 0.15.0
Signed-off-by: Jorge Prendes <jorge.prendes@gmail.com>
1 parent 58fcbef commit 50d5ee2

5 files changed

Lines changed: 40 additions & 40 deletions

File tree

Cargo.lock

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

Cargo.toml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ exclude = [
2828
]
2929

3030
[workspace.package]
31-
version = "0.14.0"
31+
version = "0.15.0"
3232
edition = "2024"
3333
rust-version = "1.89"
3434
license = "Apache-2.0"
@@ -37,16 +37,16 @@ repository = "https://github.com/hyperlight-dev/hyperlight"
3737
readme = "README.md"
3838

3939
[workspace.dependencies]
40-
hyperlight-common = { path = "src/hyperlight_common", version = "0.14.0", default-features = false }
41-
hyperlight-host = { path = "src/hyperlight_host", version = "0.14.0", default-features = false }
42-
hyperlight-guest = { path = "src/hyperlight_guest", version = "0.14.0", default-features = false }
43-
hyperlight-guest-bin = { path = "src/hyperlight_guest_bin", version = "0.14.0", default-features = false }
44-
hyperlight-guest-macro = { path = "src/hyperlight_guest_macro", version = "0.14.0", default-features = false }
40+
hyperlight-common = { path = "src/hyperlight_common", version = "0.15.0", default-features = false }
41+
hyperlight-host = { path = "src/hyperlight_host", version = "0.15.0", default-features = false }
42+
hyperlight-guest = { path = "src/hyperlight_guest", version = "0.15.0", default-features = false }
43+
hyperlight-guest-bin = { path = "src/hyperlight_guest_bin", version = "0.15.0", default-features = false }
44+
hyperlight-guest-macro = { path = "src/hyperlight_guest_macro", version = "0.15.0", default-features = false }
4545
hyperlight-testing = { path = "src/hyperlight_testing", default-features = false }
46-
hyperlight-guest-tracing = { path = "src/hyperlight_guest_tracing", version = "0.14.0", default-features = false }
47-
hyperlight-libc = { path = "src/hyperlight_libc", version = "0.14.0", default-features = false }
48-
hyperlight-component-util = { path = "src/hyperlight_component_util", version = "0.14.0", default-features = false }
49-
hyperlight-component-macro = { path = "src/hyperlight_component_macro", version = "0.14.0", default-features = false }
46+
hyperlight-guest-tracing = { path = "src/hyperlight_guest_tracing", version = "0.15.0", default-features = false }
47+
hyperlight-libc = { path = "src/hyperlight_libc", version = "0.15.0", default-features = false }
48+
hyperlight-component-util = { path = "src/hyperlight_component_util", version = "0.15.0", default-features = false }
49+
hyperlight-component-macro = { path = "src/hyperlight_component_macro", version = "0.15.0", default-features = false }
5050

5151
[workspace.lints.rust]
5252
unsafe_op_in_unsafe_fn = "deny"

src/tests/rust_guests/dummyguest/Cargo.lock

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

src/tests/rust_guests/simpleguest/Cargo.lock

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

src/tests/rust_guests/witguest/Cargo.lock

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

0 commit comments

Comments
 (0)