Skip to content

Commit

Permalink
add subtle versions that we require
Browse files Browse the repository at this point in the history
  • Loading branch information
kevaundray committed Aug 19, 2024
1 parent d753d44 commit b4ea38f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,9 @@ c_eth_kzg = { version = "0.4.1", path = "bindings/c" }
hex = "0.4.3"
rayon = "1.10.0"

# Transitively, we depend on subtle version >=2.5.0
# Adding it as a dependency here, codifies this in this repository.
subtle = { version = ">=2.5.0, <3.0" }

[profile.release]
lto = true

0 comments on commit b4ea38f

Please sign in to comment.