Skip to content

Commit 0c7b0ed

Browse files
committed
bump for release
1 parent 7469d8a commit 0c7b0ed

File tree

2 files changed

+19
-19
lines changed

2 files changed

+19
-19
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -16,21 +16,21 @@ repository = "https://github.com/buffalojoec/mollusk"
1616
readme = "README.md"
1717
license = "MIT"
1818
edition = "2021"
19-
version = "0.0.11"
19+
version = "0.0.12"
2020

2121
[workspace.dependencies]
2222
bincode = "1.3.3"
2323
bs58 = "0.5.1"
2424
criterion = "0.5.1"
25-
mollusk-svm = { path = "harness", version = "0.0.11" }
26-
mollusk-svm-bencher = { path = "bencher", version = "0.0.11" }
27-
mollusk-svm-error = { path = "error", version = "0.0.11" }
28-
mollusk-svm-fuzz-fixture = { path = "fuzz/fixture", version = "0.0.11" }
29-
mollusk-svm-fuzz-fixture-firedancer = { path = "fuzz/fixture-fd", version = "0.0.11" }
30-
mollusk-svm-fuzz-fs = { path = "fuzz/fs", version = "0.0.11" }
31-
mollusk-svm-keys = { path = "keys", version = "0.0.11" }
32-
mollusk-svm-programs-memo = { path = "programs/memo", version = "0.0.11" }
33-
mollusk-svm-programs-token = { path = "programs/token", version = "0.0.11" }
25+
mollusk-svm = { path = "harness", version = "0.0.12" }
26+
mollusk-svm-bencher = { path = "bencher", version = "0.0.12" }
27+
mollusk-svm-error = { path = "error", version = "0.0.12" }
28+
mollusk-svm-fuzz-fixture = { path = "fuzz/fixture", version = "0.0.12" }
29+
mollusk-svm-fuzz-fixture-firedancer = { path = "fuzz/fixture-fd", version = "0.0.12" }
30+
mollusk-svm-fuzz-fs = { path = "fuzz/fs", version = "0.0.12" }
31+
mollusk-svm-keys = { path = "keys", version = "0.0.12" }
32+
mollusk-svm-programs-memo = { path = "programs/memo", version = "0.0.12" }
33+
mollusk-svm-programs-token = { path = "programs/token", version = "0.0.12" }
3434
num-format = "0.4.4"
3535
prost = "0.10"
3636
prost-build = "0.10"

0 commit comments

Comments
 (0)