Skip to content

Commit 9746e75

Browse files
committed
bump for release
1 parent 8d757c1 commit 9746e75

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-file = "LICENSE"
1919
edition = "2021"
20-
version = "0.10.2"
20+
version = "0.10.3"
2121

2222
[workspace.dependencies]
2323
agave-feature-set = "3.1.0"
@@ -31,16 +31,16 @@ criterion = "0.7.0"
3131
hex = "0.4.3"
3232
ed25519-dalek = "=1.0.1"
3333
libsecp256k1 = "0.6.0"
34-
mollusk-svm = { path = "harness", version = "0.10.2" }
35-
mollusk-svm-bencher = { path = "bencher", version = "0.10.2" }
36-
mollusk-svm-cli = { path = "cli", version = "0.10.2" }
37-
mollusk-svm-error = { path = "error", version = "0.10.2" }
38-
mollusk-svm-fuzz-fixture = { path = "fuzz/fixture", version = "0.10.2" }
39-
mollusk-svm-fuzz-fixture-firedancer = { path = "fuzz/fixture-fd", version = "0.10.2" }
40-
mollusk-svm-fuzz-fs = { path = "fuzz/fs", version = "0.10.2" }
41-
mollusk-svm-programs-memo = { path = "programs/memo", version = "0.10.2" }
42-
mollusk-svm-result = { path = "result", version = "0.10.2" }
43-
mollusk-svm-programs-token = { path = "programs/token", version = "0.10.2" }
34+
mollusk-svm = { path = "harness", version = "0.10.3" }
35+
mollusk-svm-bencher = { path = "bencher", version = "0.10.3" }
36+
mollusk-svm-cli = { path = "cli", version = "0.10.3" }
37+
mollusk-svm-error = { path = "error", version = "0.10.3" }
38+
mollusk-svm-fuzz-fixture = { path = "fuzz/fixture", version = "0.10.3" }
39+
mollusk-svm-fuzz-fixture-firedancer = { path = "fuzz/fixture-fd", version = "0.10.3" }
40+
mollusk-svm-fuzz-fs = { path = "fuzz/fs", version = "0.10.3" }
41+
mollusk-svm-programs-memo = { path = "programs/memo", version = "0.10.3" }
42+
mollusk-svm-result = { path = "result", version = "0.10.3" }
43+
mollusk-svm-programs-token = { path = "programs/token", version = "0.10.3" }
4444
num-format = "0.4.4"
4545
openssl = "0.10.74"
4646
prost = "0.9"

0 commit comments

Comments
 (0)