Skip to content

Commit

Permalink
Adds solana-nohash-hasher (solana-labs#33521)
Browse files Browse the repository at this point in the history
  • Loading branch information
brooksprumo authored Oct 4, 2023
1 parent d4941cc commit daaeb74
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Cargo.lock

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

1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -338,6 +338,7 @@ solana-measure = { path = "measure", version = "=1.18.0" }
solana-merkle-tree = { path = "merkle-tree", version = "=1.18.0" }
solana-metrics = { path = "metrics", version = "=1.18.0" }
solana-net-utils = { path = "net-utils", version = "=1.18.0" }
solana-nohash-hasher = "0.2.1"
solana-notifier = { path = "notifier", version = "=1.18.0" }
solana-perf = { path = "perf", version = "=1.18.0" }
solana-poh = { path = "poh", version = "=1.18.0" }
Expand Down
1 change: 1 addition & 0 deletions accounts-db/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ solana-frozen-abi = { workspace = true }
solana-frozen-abi-macro = { workspace = true }
solana-measure = { workspace = true }
solana-metrics = { workspace = true }
solana-nohash-hasher = { workspace = true }
solana-program-runtime = { workspace = true }
solana-rayon-threadlimit = { workspace = true }
solana-sdk = { workspace = true }
Expand Down
7 changes: 7 additions & 0 deletions programs/sbf/Cargo.lock

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

0 comments on commit daaeb74

Please sign in to comment.