Skip to content

Commit

Permalink
build: use byte-unit version which supports Rust 2018 (#1574)
Browse files Browse the repository at this point in the history
  • Loading branch information
DrPeterVanNostrand committed Mar 8, 2022
1 parent 1758ec6 commit e189f84
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.13` is the final version that uses Rust 2018 edition.
byte-unit = "=4.0.13"
fdlimit = "0.2.0"
dialoguer = "0.8.0"
structopt = "0.3.12"
Expand Down

0 comments on commit e189f84

Please sign in to comment.