Skip to content

Commit

Permalink
bump for release
Browse files Browse the repository at this point in the history
  • Loading branch information
buffalojoec committed Nov 6, 2024
1 parent 8540dd1 commit b876871
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
10 changes: 5 additions & 5 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 6 additions & 6 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,16 +15,16 @@ repository = "https://github.com/buffalojoec/mollusk"
readme = "README.md"
license = "MIT"
edition = "2021"
version = "0.0.6"
version = "0.0.7"

[workspace.dependencies]
bincode = "1.3.3"
bs58 = "0.5.1"
mollusk-svm = { path = "harness", version = "0.0.6" }
mollusk-svm-bencher = { path = "bencher", version = "0.0.6" }
mollusk-svm-error = { path = "error", version = "0.0.6" }
mollusk-svm-fuzz-fixture = { path = "fuzz/fixture", version = "0.0.6" }
mollusk-svm-keys = { path = "keys", version = "0.0.6" }
mollusk-svm = { path = "harness", version = "0.0.7" }
mollusk-svm-bencher = { path = "bencher", version = "0.0.7" }
mollusk-svm-error = { path = "error", version = "0.0.7" }
mollusk-svm-fuzz-fixture = { path = "fuzz/fixture", version = "0.0.7" }
mollusk-svm-keys = { path = "keys", version = "0.0.7" }
num-format = "0.4.4"
prost = "0.10"
prost-build = "0.10"
Expand Down

0 comments on commit b876871

Please sign in to comment.