Skip to content

Commit 8029da5

Browse files
committed
bump for release
1 parent 4b1f8da commit 8029da5

File tree

2 files changed

+23
-23
lines changed

2 files changed

+23
-23
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ repository = "https://github.com/anza-xyz/mollusk"
1818
readme = "README.md"
1919
license-file = "LICENSE"
2020
edition = "2021"
21-
version = "0.7.0"
21+
version = "0.7.1"
2222

2323
[workspace.dependencies]
2424
agave-feature-set = "3.0.10"
@@ -31,17 +31,17 @@ clap = "4.5.51"
3131
criterion = "0.7.0"
3232
ed25519-dalek = "=1.0.1"
3333
libsecp256k1 = "0.6.0"
34-
mollusk-svm = { path = "harness", version = "0.7.0" }
35-
mollusk-svm-bencher = { path = "bencher", version = "0.7.0" }
36-
mollusk-svm-cli = { path = "cli", version = "0.7.0" }
37-
mollusk-svm-error = { path = "error", version = "0.7.0" }
38-
mollusk-svm-fuzz-fixture = { path = "fuzz/fixture", version = "0.7.0" }
39-
mollusk-svm-fuzz-fixture-firedancer = { path = "fuzz/fixture-fd", version = "0.7.0" }
40-
mollusk-svm-fuzz-fs = { path = "fuzz/fs", version = "0.7.0" }
41-
mollusk-svm-keys = { path = "keys", version = "0.7.0" }
42-
mollusk-svm-programs-memo = { path = "programs/memo", version = "0.7.0" }
43-
mollusk-svm-result = { path = "result", version = "0.7.0" }
44-
mollusk-svm-programs-token = { path = "programs/token", version = "0.7.0" }
34+
mollusk-svm = { path = "harness", version = "0.7.1" }
35+
mollusk-svm-bencher = { path = "bencher", version = "0.7.1" }
36+
mollusk-svm-cli = { path = "cli", version = "0.7.1" }
37+
mollusk-svm-error = { path = "error", version = "0.7.1" }
38+
mollusk-svm-fuzz-fixture = { path = "fuzz/fixture", version = "0.7.1" }
39+
mollusk-svm-fuzz-fixture-firedancer = { path = "fuzz/fixture-fd", version = "0.7.1" }
40+
mollusk-svm-fuzz-fs = { path = "fuzz/fs", version = "0.7.1" }
41+
mollusk-svm-keys = { path = "keys", version = "0.7.1" }
42+
mollusk-svm-programs-memo = { path = "programs/memo", version = "0.7.1" }
43+
mollusk-svm-result = { path = "result", version = "0.7.1" }
44+
mollusk-svm-programs-token = { path = "programs/token", version = "0.7.1" }
4545
num-format = "0.4.4"
4646
openssl = "0.10.74"
4747
prost = "0.9"

0 commit comments

Comments
 (0)