Skip to content

Commit ed895e3

Browse files
committed
bump for release
1 parent f6a84a0 commit ed895e3

File tree

2 files changed

+21
-21
lines changed

2 files changed

+21
-21
lines changed

Cargo.lock

Lines changed: 10 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ repository = "https://github.com/buffalojoec/mollusk"
1717
readme = "README.md"
1818
license = "MIT"
1919
edition = "2021"
20-
version = "0.0.15"
20+
version = "0.0.16"
2121

2222
[workspace.dependencies]
2323
bincode = "1.3.3"
@@ -26,16 +26,16 @@ clap = "4.5.4"
2626
criterion = "0.5.1"
2727
ed25519-dalek = "=1.0.1"
2828
libsecp256k1 = "0.6.0"
29-
mollusk-svm = { path = "harness", version = "0.0.15" }
30-
mollusk-svm-bencher = { path = "bencher", version = "0.0.15" }
31-
mollusk-svm-cli = { path = "cli", version = "0.0.15" }
32-
mollusk-svm-error = { path = "error", version = "0.0.15" }
33-
mollusk-svm-fuzz-fixture = { path = "fuzz/fixture", version = "0.0.15" }
34-
mollusk-svm-fuzz-fixture-firedancer = { path = "fuzz/fixture-fd", version = "0.0.15" }
35-
mollusk-svm-fuzz-fs = { path = "fuzz/fs", version = "0.0.15" }
36-
mollusk-svm-keys = { path = "keys", version = "0.0.15" }
37-
mollusk-svm-programs-memo = { path = "programs/memo", version = "0.0.15" }
38-
mollusk-svm-programs-token = { path = "programs/token", version = "0.0.15" }
29+
mollusk-svm = { path = "harness", version = "0.0.16" }
30+
mollusk-svm-bencher = { path = "bencher", version = "0.0.16" }
31+
mollusk-svm-cli = { path = "cli", version = "0.0.16" }
32+
mollusk-svm-error = { path = "error", version = "0.0.16" }
33+
mollusk-svm-fuzz-fixture = { path = "fuzz/fixture", version = "0.0.16" }
34+
mollusk-svm-fuzz-fixture-firedancer = { path = "fuzz/fixture-fd", version = "0.0.16" }
35+
mollusk-svm-fuzz-fs = { path = "fuzz/fs", version = "0.0.16" }
36+
mollusk-svm-keys = { path = "keys", version = "0.0.16" }
37+
mollusk-svm-programs-memo = { path = "programs/memo", version = "0.0.16" }
38+
mollusk-svm-programs-token = { path = "programs/token", version = "0.0.16" }
3939
num-format = "0.4.4"
4040
prost = "0.9"
4141
prost-build = "0.9"

0 commit comments

Comments
 (0)