Skip to content

Commit 2913762

Browse files
committed
bump patch version
Signed-off-by: Jorge Prendes <jorge.prendes@gmail.com>
1 parent 6cb5b50 commit 2913762

4 files changed

Lines changed: 5 additions & 4 deletions

File tree

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "cargo-hyperlight"
3-
version = "0.1.0"
3+
version = "0.1.1"
44
edition = "2024"
55
license = "Apache-2.0"
66
homepage = "https://github.com/hyperlight-dev/cargo-hyperlight"

examples/host/Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/host/Cargo.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
[package]
22
name = "host"
3-
version = "0.1.0"
3+
version = "0.0.0"
44
edition = "2024"
5+
publish = false
56

67
[dependencies]
78
anyhow = "1.0"

0 commit comments

Comments
 (0)