diff --git a/Cargo.lock b/Cargo.lock index 433f6b5..ddf8f6f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1554,7 +1554,7 @@ dependencies = [ [[package]] name = "mollusk-svm" -version = "0.0.5" +version = "0.0.6" dependencies = [ "bincode", "criterion", @@ -1570,7 +1570,7 @@ dependencies = [ [[package]] name = "mollusk-svm-bencher" -version = "0.0.5" +version = "0.0.6" dependencies = [ "chrono", "mollusk-svm", @@ -1582,7 +1582,7 @@ dependencies = [ [[package]] name = "mollusk-svm-fuzz-fixture" -version = "0.0.5" +version = "0.0.6" dependencies = [ "bs58", "prost", diff --git a/Cargo.toml b/Cargo.toml index fb2f372..82d24b8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,14 +13,14 @@ repository = "https://github.com/buffalojoec/mollusk" readme = "README.md" license = "MIT" edition = "2021" -version = "0.0.5" +version = "0.0.6" [workspace.dependencies] bincode = "1.3.3" bs58 = "0.5.1" -mollusk-svm = { path = "harness", version = "0.0.5" } -mollusk-svm-bencher = { path = "bencher", version = "0.0.5" } -mollusk-svm-fuzz-fixture = { path = "fuzz/fixture", version = "0.0.5" } +mollusk-svm = { path = "harness", version = "0.0.6" } +mollusk-svm-bencher = { path = "bencher", version = "0.0.6" } +mollusk-svm-fuzz-fixture = { path = "fuzz/fixture", version = "0.0.6" } num-format = "0.4.4" prost = "0.10" prost-build = "0.10"