Skip to content

Commit b876871

Browse files
committed
bump for release
1 parent 8540dd1 commit b876871

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

Cargo.lock

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

Cargo.toml

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

2020
[workspace.dependencies]
2121
bincode = "1.3.3"
2222
bs58 = "0.5.1"
23-
mollusk-svm = { path = "harness", version = "0.0.6" }
24-
mollusk-svm-bencher = { path = "bencher", version = "0.0.6" }
25-
mollusk-svm-error = { path = "error", version = "0.0.6" }
26-
mollusk-svm-fuzz-fixture = { path = "fuzz/fixture", version = "0.0.6" }
27-
mollusk-svm-keys = { path = "keys", version = "0.0.6" }
23+
mollusk-svm = { path = "harness", version = "0.0.7" }
24+
mollusk-svm-bencher = { path = "bencher", version = "0.0.7" }
25+
mollusk-svm-error = { path = "error", version = "0.0.7" }
26+
mollusk-svm-fuzz-fixture = { path = "fuzz/fixture", version = "0.0.7" }
27+
mollusk-svm-keys = { path = "keys", version = "0.0.7" }
2828
num-format = "0.4.4"
2929
prost = "0.10"
3030
prost-build = "0.10"

0 commit comments

Comments
 (0)