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 01853bd commit c62a364
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 10 deletions.
8 changes: 4 additions & 4 deletions Cargo.lock

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

10 changes: 5 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,15 @@ repository = "https://github.com/buffalojoec/mollusk"
readme = "README.md"
license = "MIT"
edition = "2021"
version = "0.0.8-solana-1.18"
version = "0.0.9-solana-1.18"

[workspace.dependencies]
bincode = "1.3.3"
bs58 = "0.5.1"
mollusk-svm = { path = "harness", version = "0.0.8-solana-1.18" }
mollusk-svm-bencher = { path = "bencher", version = "0.0.8-solana-1.18" }
mollusk-svm-programs-memo = { path = "programs/memo", version = "0.0.8-solana-1.18" }
mollusk-svm-programs-token = { path = "programs/token", version = "0.0.8-solana-1.18" }
mollusk-svm = { path = "harness", version = "0.0.9-solana-1.18" }
mollusk-svm-bencher = { path = "bencher", version = "0.0.9-solana-1.18" }
mollusk-svm-programs-memo = { path = "programs/memo", version = "0.0.9-solana-1.18" }
mollusk-svm-programs-token = { path = "programs/token", version = "0.0.9-solana-1.18" }
num-format = "0.4.4"
prost = "0.10"
prost-build = "0.10"
Expand Down
1 change: 0 additions & 1 deletion scripts/publish.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
#!/bin/bash

set -e
set -u
set -o pipefail

CRATES=(
Expand Down

0 comments on commit c62a364

Please sign in to comment.