From 6810892b26ac39feebe441c5f3d2daa8f6ba6735 Mon Sep 17 00:00:00 2001 From: Joe Caulfield Date: Sat, 19 Oct 2024 20:51:54 +0700 Subject: [PATCH] bump for release --- Cargo.lock | 6 +++--- Cargo.toml | 8 ++++---- 2 files changed, 7 insertions(+), 7 deletions(-) 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"