Browse Source

remove patches from release branch

cherry-pick
mmagician 1 year ago
parent
commit
5831ddbfe7
No known key found for this signature in database GPG Key ID: 6F896DF6B263DB1A
1 changed files with 0 additions and 8 deletions
  1. +0
    -8
      Cargo.toml

+ 0
- 8
Cargo.toml

@ -62,11 +62,3 @@ lto = "thin"
incremental = true incremental = true
debug-assertions = true debug-assertions = true
debug = true debug = true
[patch.crates-io]
ark-ff = { git = "https://github.com/arkworks-rs/algebra/", branch = "release-0.4" }
ark-ec = { git = "https://github.com/arkworks-rs/algebra/", branch = "release-0.4" }
ark-poly = { git = "https://github.com/arkworks-rs/algebra/", branch = "release-0.4" }
ark-serialize = { git = "https://github.com/arkworks-rs/algebra/", branch = "release-0.4" }
ark-algebra-test-templates = { git = "https://github.com/arkworks-rs/algebra/", branch = "release-0.4" }
ark-r1cs-std = { git = "https://github.com/arkworks-rs/r1cs-std/", branch = "release-0.4" }

Loading…
Cancel
Save