Skip to content

Commit

Permalink
reset versioning for publishing to crates.io
Browse files Browse the repository at this point in the history
Signed-off-by: Jorge Prendes <jorge.prendes@gmail.com>
  • Loading branch information
jprendes committed Nov 6, 2024
1 parent 89f5fb5 commit e2520d5
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
10 changes: 5 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,18 +24,18 @@ exclude = [
]

[workspace.package]
version = "0.9.0"
version = "0.1.0"
edition = "2021"
rust-version = "1.79.0"

[workspace.dependencies]
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-testing = { path = "src/hyperlight_testing", 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", version = "0.1.0", default-features = false }

[workspace.lints.rust]
unsafe_op_in_unsafe_fn = "deny"
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 e2520d5

Please sign in to comment.