Skip to content

Commit ab090d7

Browse files
fix: hardcode last byte-unit version that uses Rust 2018
1 parent abb7dc8 commit ab090d7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

fil-proofs-tooling/Cargo.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,8 @@ rayon = "1.3.0"
4747
flexi_logger = "0.16.1"
4848
typenum = "1.11.2"
4949
generic-array = "0.14.4"
50-
byte-unit = "4.0.9"
50+
# `byte-unit = 4.0.14` uses Rust edition 2021.
51+
byte-unit = "=4.0.13"
5152
fdlimit = "0.2.0"
5253
dialoguer = "0.8.0"
5354
structopt = "0.3.12"

0 commit comments

Comments
 (0)