Skip to content

Commit

Permalink
reset versioning for publishing to crates.io (#21)
Browse files Browse the repository at this point in the history
Signed-off-by: Jorge Prendes <[email protected]>
  • Loading branch information
jprendes authored Nov 6, 2024
1 parent 29c62dc commit 7161c64
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ exclude = [
]

[workspace.package]
version = "0.9.0"
version = "0.1.0"
edition = "2021"
rust-version = "1.79.0"
license = "Apache-2.0"
Expand All @@ -36,9 +36,9 @@ readme = "README.md"
mshv-bindings = { version = "=0.2.1" }
mshv-ioctls = { version = "=0.2.1" }

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

[workspace.lints.rust]
Expand Down
4 changes: 2 additions & 2 deletions src/tests/rust_guests/callbackguest/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions src/tests/rust_guests/simpleguest/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 7161c64

Please sign in to comment.