diff --git a/Cargo.lock b/Cargo.lock index f9a4334..c9b6606 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -75,7 +75,7 @@ checksum = "c4512299f36f043ab09a583e57bceb5a5aab7a73db1805848e8fef3c9e8c78b3" [[package]] name = "cargo-hyperlight" -version = "0.1.13" +version = "0.1.14" dependencies = [ "anyhow", "clap", diff --git a/Cargo.toml b/Cargo.toml index 138e1b3..8bba0cb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cargo-hyperlight" -version = "0.1.13" +version = "0.1.14" edition = "2024" license = "Apache-2.0" homepage = "https://github.com/hyperlight-dev/cargo-hyperlight"