Skip to content

Commit

Permalink
bump for release
Browse files Browse the repository at this point in the history
  • Loading branch information
buffalojoec committed Jan 22, 2025
1 parent 2703388 commit 8a583b9
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 19 deletions.
18 changes: 9 additions & 9 deletions Cargo.lock

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

20 changes: 10 additions & 10 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,21 +16,21 @@ repository = "https://github.com/buffalojoec/mollusk"
readme = "README.md"
license = "MIT"
edition = "2021"
version = "0.0.14-solana-2.0"
version = "0.0.15-solana-2.0"

[workspace.dependencies]
bincode = "1.3.3"
bs58 = "0.5.1"
criterion = "0.5.1"
mollusk-svm = { path = "harness", version = "0.0.14-solana-2.0" }
mollusk-svm-bencher = { path = "bencher", version = "0.0.14-solana-2.0" }
mollusk-svm-error = { path = "error", version = "0.0.14-solana-2.0" }
mollusk-svm-fuzz-fixture = { path = "fuzz/fixture", version = "0.0.14-solana-2.0" }
mollusk-svm-fuzz-fixture-firedancer = { path = "fuzz/fixture-fd", version = "0.0.14-solana-2.0" }
mollusk-svm-fuzz-fs = { path = "fuzz/fs", version = "0.0.14-solana-2.0" }
mollusk-svm-keys = { path = "keys", version = "0.0.14-solana-2.0" }
mollusk-svm-programs-memo = { path = "programs/memo", version = "0.0.14-solana-2.0" }
mollusk-svm-programs-token = { path = "programs/token", version = "0.0.14-solana-2.0" }
mollusk-svm = { path = "harness", version = "0.0.15-solana-2.0" }
mollusk-svm-bencher = { path = "bencher", version = "0.0.15-solana-2.0" }
mollusk-svm-error = { path = "error", version = "0.0.15-solana-2.0" }
mollusk-svm-fuzz-fixture = { path = "fuzz/fixture", version = "0.0.15-solana-2.0" }
mollusk-svm-fuzz-fixture-firedancer = { path = "fuzz/fixture-fd", version = "0.0.15-solana-2.0" }
mollusk-svm-fuzz-fs = { path = "fuzz/fs", version = "0.0.15-solana-2.0" }
mollusk-svm-keys = { path = "keys", version = "0.0.15-solana-2.0" }
mollusk-svm-programs-memo = { path = "programs/memo", version = "0.0.15-solana-2.0" }
mollusk-svm-programs-token = { path = "programs/token", version = "0.0.15-solana-2.0" }
num-format = "0.4.4"
prost = "0.9"
prost-build = "0.9"
Expand Down

0 comments on commit 8a583b9

Please sign in to comment.