Skip to content

Commit 405e968

Browse files
committed
bump for release
1 parent 4aa0cb2 commit 405e968

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.4.2"
21+
version = "0.5.0"
2222

2323
[workspace.dependencies]
2424
agave-feature-set = "2.3"
@@ -30,17 +30,17 @@ clap = "4.5.4"
3030
criterion = "0.5.1"
3131
ed25519-dalek = "=1.0.1"
3232
libsecp256k1 = "0.6.0"
33-
mollusk-svm = { path = "harness", version = "0.4.2" }
34-
mollusk-svm-bencher = { path = "bencher", version = "0.4.2" }
35-
mollusk-svm-cli = { path = "cli", version = "0.4.2" }
36-
mollusk-svm-error = { path = "error", version = "0.4.2" }
37-
mollusk-svm-fuzz-fixture = { path = "fuzz/fixture", version = "0.4.2" }
38-
mollusk-svm-fuzz-fixture-firedancer = { path = "fuzz/fixture-fd", version = "0.4.2" }
39-
mollusk-svm-fuzz-fs = { path = "fuzz/fs", version = "0.4.2" }
40-
mollusk-svm-keys = { path = "keys", version = "0.4.2" }
41-
mollusk-svm-programs-memo = { path = "programs/memo", version = "0.4.2" }
42-
mollusk-svm-result = { path = "result", version = "0.4.2" }
43-
mollusk-svm-programs-token = { path = "programs/token", version = "0.4.2" }
33+
mollusk-svm = { path = "harness", version = "0.5.0" }
34+
mollusk-svm-bencher = { path = "bencher", version = "0.5.0" }
35+
mollusk-svm-cli = { path = "cli", version = "0.5.0" }
36+
mollusk-svm-error = { path = "error", version = "0.5.0" }
37+
mollusk-svm-fuzz-fixture = { path = "fuzz/fixture", version = "0.5.0" }
38+
mollusk-svm-fuzz-fixture-firedancer = { path = "fuzz/fixture-fd", version = "0.5.0" }
39+
mollusk-svm-fuzz-fs = { path = "fuzz/fs", version = "0.5.0" }
40+
mollusk-svm-keys = { path = "keys", version = "0.5.0" }
41+
mollusk-svm-programs-memo = { path = "programs/memo", version = "0.5.0" }
42+
mollusk-svm-result = { path = "result", version = "0.5.0" }
43+
mollusk-svm-programs-token = { path = "programs/token", version = "0.5.0" }
4444
num-format = "0.4.4"
4545
openssl = "0.10.72"
4646
prost = "0.9"

0 commit comments

Comments
 (0)