Skip to content

Commit

Permalink
pinning half dependency to allow CI to build
Browse files Browse the repository at this point in the history
  • Loading branch information
vivek-arte committed Jan 30, 2024
1 parent a93ddfd commit c1908db
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ incrementalmerkletree = { version = "0.5", features = ["test-dependencies"] }
inferno = "0.11"
clap = "=4.2.0" # Used by inferno. Last version required rust 1.70
pprof = { version = "0.11", features = ["criterion", "flamegraph"] }
half = "=2.2.1" #Latest version requires Rust 1.70

[lib]
bench = false
Expand Down

0 comments on commit c1908db

Please sign in to comment.