Skip to content

Commit

Permalink
update aHash because of their license dependency and update tynm beca…
Browse files Browse the repository at this point in the history
…use their minimum version no longer builds in future rust compilers
  • Loading branch information
xMAC94x committed May 13, 2024
1 parent 486829c commit 347dd8b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@ edition = "2021"
rust-version = "1.65.0"

[dependencies]
ahash = "0.8.5"
ahash = "0.8.6"
arrayvec = "0.7.2"
atomic_refcell = "0.1.10" # part of public API
rayon = { version = "1.5.0", optional = true }
shred-derive = { path = "shred-derive", version = "0.7.0", optional = true }
smallvec = "1.6.1"
tynm = "0.1.6"
tynm = "0.1.7"

[workspace]
members = ["shred-derive"]
Expand Down

0 comments on commit 347dd8b

Please sign in to comment.