Skip to content

Commit 746b4d7

Browse files
committed
bump for release
1 parent 40aef70 commit 746b4d7

File tree

2 files changed

+15
-15
lines changed

2 files changed

+15
-15
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -15,19 +15,19 @@ repository = "https://github.com/buffalojoec/mollusk"
1515
readme = "README.md"
1616
license = "MIT"
1717
edition = "2021"
18-
version = "0.0.9"
18+
version = "0.0.10"
1919

2020
[workspace.dependencies]
2121
bincode = "1.3.3"
2222
bs58 = "0.5.1"
2323
criterion = "0.5.1"
24-
mollusk-svm = { path = "harness", version = "0.0.9" }
25-
mollusk-svm-bencher = { path = "bencher", version = "0.0.9" }
26-
mollusk-svm-error = { path = "error", version = "0.0.9" }
27-
mollusk-svm-fuzz-fixture = { path = "fuzz/fixture", version = "0.0.9" }
28-
mollusk-svm-fuzz-fixture-firedancer = { path = "fuzz/fixture-fd", version = "0.0.9" }
29-
mollusk-svm-fuzz-fs = { path = "fuzz/fs", version = "0.0.9" }
30-
mollusk-svm-keys = { path = "keys", version = "0.0.9" }
24+
mollusk-svm = { path = "harness", version = "0.0.10" }
25+
mollusk-svm-bencher = { path = "bencher", version = "0.0.10" }
26+
mollusk-svm-error = { path = "error", version = "0.0.10" }
27+
mollusk-svm-fuzz-fixture = { path = "fuzz/fixture", version = "0.0.10" }
28+
mollusk-svm-fuzz-fixture-firedancer = { path = "fuzz/fixture-fd", version = "0.0.10" }
29+
mollusk-svm-fuzz-fs = { path = "fuzz/fs", version = "0.0.10" }
30+
mollusk-svm-keys = { path = "keys", version = "0.0.10" }
3131
num-format = "0.4.4"
3232
prost = "0.10"
3333
prost-build = "0.10"

0 commit comments

Comments
 (0)