Skip to content

Commit e2520d5

Browse files
committed
reset versioning for publishing to crates.io
Signed-off-by: Jorge Prendes <[email protected]>
1 parent 89f5fb5 commit e2520d5

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

Cargo.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,18 +24,18 @@ exclude = [
2424
]
2525

2626
[workspace.package]
27-
version = "0.9.0"
27+
version = "0.1.0"
2828
edition = "2021"
2929
rust-version = "1.79.0"
3030

3131
[workspace.dependencies]
3232
mshv-bindings = { version = "=0.2.1" }
3333
mshv-ioctls = { version = "=0.2.1" }
3434

35-
hyperlight-common = { path = "src/hyperlight_common", version = "0.9.0", default-features = false }
36-
hyperlight-host = { path = "src/hyperlight_host", version = "0.9.0", default-features = false }
37-
hyperlight-guest = { path = "src/hyperlight_guest", version = "0.9.0", default-features = false }
38-
hyperlight-testing = { path = "src/hyperlight_testing", version = "0.9.0", default-features = false }
35+
hyperlight-common = { path = "src/hyperlight_common", version = "0.1.0", default-features = false }
36+
hyperlight-host = { path = "src/hyperlight_host", version = "0.1.0", default-features = false }
37+
hyperlight-guest = { path = "src/hyperlight_guest", version = "0.1.0", default-features = false }
38+
hyperlight-testing = { path = "src/hyperlight_testing", version = "0.1.0", default-features = false }
3939

4040
[workspace.lints.rust]
4141
unsafe_op_in_unsafe_fn = "deny"

src/tests/rust_guests/callbackguest/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/tests/rust_guests/simpleguest/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.

0 commit comments

Comments
 (0)