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 8fa60e8 commit 943bebb
Show file tree
Hide file tree
Showing 4 changed files with 49 additions and 56 deletions.
76 changes: 33 additions & 43 deletions Cargo.lock

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

27 changes: 14 additions & 13 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,27 +16,27 @@ repository = "https://github.com/buffalojoec/mollusk"
readme = "README.md"
license = "MIT"
edition = "2021"
version = "0.0.13"
version = "0.0.15"

[workspace.dependencies]
bincode = "1.3.3"
bs58 = "0.5.1"
criterion = "0.5.1"
ed25519-dalek = "=1.0.1"
libsecp256k1 = "0.6.0"
mollusk-svm = { path = "harness", version = "0.0.13" }
mollusk-svm-bencher = { path = "bencher", version = "0.0.13" }
mollusk-svm-error = { path = "error", version = "0.0.13" }
mollusk-svm-fuzz-fixture = { path = "fuzz/fixture", version = "0.0.13" }
mollusk-svm-fuzz-fixture-firedancer = { path = "fuzz/fixture-fd", version = "0.0.13" }
mollusk-svm-fuzz-fs = { path = "fuzz/fs", version = "0.0.13" }
mollusk-svm-keys = { path = "keys", version = "0.0.13" }
mollusk-svm-programs-memo = { path = "programs/memo", version = "0.0.13" }
mollusk-svm-programs-token = { path = "programs/token", version = "0.0.13" }
mollusk-svm = { path = "harness", version = "0.0.15" }
mollusk-svm-bencher = { path = "bencher", version = "0.0.15" }
mollusk-svm-error = { path = "error", version = "0.0.15" }
mollusk-svm-fuzz-fixture = { path = "fuzz/fixture", version = "0.0.15" }
mollusk-svm-fuzz-fixture-firedancer = { path = "fuzz/fixture-fd", version = "0.0.15" }
mollusk-svm-fuzz-fs = { path = "fuzz/fs", version = "0.0.15" }
mollusk-svm-keys = { path = "keys", version = "0.0.15" }
mollusk-svm-programs-memo = { path = "programs/memo", version = "0.0.15" }
mollusk-svm-programs-token = { path = "programs/token", version = "0.0.15" }
num-format = "0.4.4"
prost = "0.10"
prost-build = "0.10"
prost-types = "0.10"
prost = "0.9"
prost-build = "0.9"
prost-types = "0.9"
rand0-7 = { package = "rand", version = "0.7" }
rayon = "1.10.0"
serde = "1.0.203"
Expand All @@ -53,6 +53,7 @@ solana-system-program = "2.1.0"
solana-sdk = "2.1.0"
solana-timings = "2.1.0"
thiserror = "1.0.64"
which = "=4.4.0"

[workspace.lints.rust.unexpected_cfgs]
level = "warn"
Expand Down
1 change: 1 addition & 0 deletions fuzz/fixture-fd/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,4 @@ solana-sdk = { workspace = true }

[build-dependencies]
prost-build = { workspace = true }
which = { workspace = true }
1 change: 1 addition & 0 deletions fuzz/fixture/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,4 @@ solana-sdk = { workspace = true }

[build-dependencies]
prost-build = { workspace = true }
which = { workspace = true }

0 comments on commit 943bebb

Please sign in to comment.