Skip to content

Commit

Permalink
fix: hardcode last byte-unit version that uses Rust 2018
Browse files Browse the repository at this point in the history
  • Loading branch information
DrPeterVanNostrand committed Mar 7, 2022
1 parent 8be7eca commit 3f4d23b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion fil-proofs-tooling/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,8 @@ rayon = "1.3.0"
flexi_logger = "0.16.1"
typenum = "1.11.2"
generic-array = "0.14.4"
byte-unit = "4.0.9"
# `byte-unit = 4.0.14` uses Rust edition 2021.
byte-unit = "=4.0.13"
fdlimit = "0.2.0"
dialoguer = "0.8.0"
structopt = "0.3.12"
Expand Down

0 comments on commit 3f4d23b

Please sign in to comment.