瀏覽代碼

Fix build issue with bitvec/funty

See:

https://github.com/bitvecto-rs/bitvec/issues/105

Signed-off-by: Sean Young <sean@mess.org>
Sean Young 4 年之前
父節點
當前提交
73ce66d995
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      Cargo.toml

+ 1 - 0
Cargo.toml

@@ -44,6 +44,7 @@ base58 = "0.1.0"
 sha2 = "0.9"
 ripemd160 = "0.9"
 bitvec = "0.20"
+funty = "=1.1.0"
 itertools = "0.10"
 
 [dev-dependencies]