瀏覽代碼

build(deps): Remove ark-ec, ark-ff and ark-serialize from Cargo.toml (#8660)

These libraries are not used directly in any crate. ark-bn254 is the
only one we need.
Michal R 3 周之前
父節點
當前提交
a7ef358921
共有 1 個文件被更改,包括 0 次插入3 次删除
  1. 0 3
      Cargo.toml

+ 0 - 3
Cargo.toml

@@ -204,9 +204,6 @@ aquamarine = "0.6.0"
 arbitrary = "1.4.2"
 arc-swap = "1.7.1"
 ark-bn254 = "0.4.0"
-ark-ec = "0.4.0"
-ark-ff = "0.4.0"
-ark-serialize = "0.4.0"
 array-bytes = "=1.4.1"
 arrayref = "0.3.9"
 arrayvec = "0.7.6"