diff --git a/Cargo.lock b/Cargo.lock index e685f79..0ca3e82 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -33,7 +33,7 @@ dependencies = [ ] [[package]] -name = "holey_bytes" +name = "hbvm" version = "0.1.0" dependencies = [ "hashbrown", diff --git a/hbvm/Cargo.toml b/hbvm/Cargo.toml index 485cfc9..92f7c08 100644 --- a/hbvm/Cargo.toml +++ b/hbvm/Cargo.toml @@ -1,5 +1,5 @@ [package] -name = "holey_bytes" +name = "hbvm" version = "0.1.0" edition = "2021"