Skip to content

Commit

Permalink
Fix CI failure with missing blake3 feature (#4809)
Browse files Browse the repository at this point in the history
fix CI failure
  • Loading branch information
KirillLykov authored Feb 5, 2025
1 parent 072013a commit 3b213aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runtime-transaction/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ log = { workspace = true }
solana-compute-budget = { workspace = true }
solana-compute-budget-instruction = { workspace = true }
solana-hash = { workspace = true }
solana-message = { workspace = true }
solana-message = { workspace = true, features = ["blake3"] }
solana-pubkey = { workspace = true }
solana-sdk-ids = { workspace = true }
solana-signature = { workspace = true }
Expand Down

0 comments on commit 3b213aa

Please sign in to comment.