Skip to content

Commit

Permalink
rusk: force ahash dependency to 0.8.6
Browse files Browse the repository at this point in the history
  • Loading branch information
herr-seppia committed Dec 30, 2023
1 parent 0dddcca commit 306b92e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions rusk/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,9 @@ node = { version = "0.1", path = "../node" }
dusk-consensus = { version = "0.1.1-rc.3", path = "../consensus" }
node-data = { version = "0.1", path = "../node-data" }

## Bump to 0.8.7 requires rust 1.71.0 due to `build_hasher_simple_hash_one` feature stabilization
ahash = "=0.8.6"

## GraphQL deps
async-graphql = "5.0"

Expand Down

0 comments on commit 306b92e

Please sign in to comment.