Skip to content

Commit af740c0

Browse files
committed
bump for release
1 parent 3dd192d commit af740c0

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/anza-xyz/mollusk"
1717
readme = "README.md"
1818
license = "MIT"
1919
edition = "2021"
20-
version = "0.1.4"
20+
version = "0.1.5"
2121

2222
[workspace.dependencies]
2323
agave-feature-set = "2.2.6"
@@ -29,16 +29,16 @@ clap = "4.5.4"
2929
criterion = "0.5.1"
3030
ed25519-dalek = "=1.0.1"
3131
libsecp256k1 = "0.6.0"
32-
mollusk-svm = { path = "harness", version = "0.1.4" }
33-
mollusk-svm-bencher = { path = "bencher", version = "0.1.4" }
34-
mollusk-svm-cli = { path = "cli", version = "0.1.4" }
35-
mollusk-svm-error = { path = "error", version = "0.1.4" }
36-
mollusk-svm-fuzz-fixture = { path = "fuzz/fixture", version = "0.1.4" }
37-
mollusk-svm-fuzz-fixture-firedancer = { path = "fuzz/fixture-fd", version = "0.1.4" }
38-
mollusk-svm-fuzz-fs = { path = "fuzz/fs", version = "0.1.4" }
39-
mollusk-svm-keys = { path = "keys", version = "0.1.4" }
40-
mollusk-svm-programs-memo = { path = "programs/memo", version = "0.1.4" }
41-
mollusk-svm-programs-token = { path = "programs/token", version = "0.1.4" }
32+
mollusk-svm = { path = "harness", version = "0.1.5" }
33+
mollusk-svm-bencher = { path = "bencher", version = "0.1.5" }
34+
mollusk-svm-cli = { path = "cli", version = "0.1.5" }
35+
mollusk-svm-error = { path = "error", version = "0.1.5" }
36+
mollusk-svm-fuzz-fixture = { path = "fuzz/fixture", version = "0.1.5" }
37+
mollusk-svm-fuzz-fixture-firedancer = { path = "fuzz/fixture-fd", version = "0.1.5" }
38+
mollusk-svm-fuzz-fs = { path = "fuzz/fs", version = "0.1.5" }
39+
mollusk-svm-keys = { path = "keys", version = "0.1.5" }
40+
mollusk-svm-programs-memo = { path = "programs/memo", version = "0.1.5" }
41+
mollusk-svm-programs-token = { path = "programs/token", version = "0.1.5" }
4242
num-format = "0.4.4"
4343
openssl = "0.10.72"
4444
prost = "0.9"

0 commit comments

Comments
 (0)