Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
swasilyev committed Feb 2, 2022
1 parent b9546b0 commit 272e6d7
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ merlin = "3.0"

[dev-dependencies]
criterion = "0.3"
ark-bw6-761 = { version = "0.3", default-features = false }
ark-bw6-761 = { git = "https://github.com/arkworks-rs/curves", version = "0.3", default-features = false }

[[bench]]
name = "primitives"
Expand All @@ -29,7 +29,7 @@ print-trace = ["ark-std/print-trace"]

[patch.crates-io]
ark-std = { git = "https://github.com/arkworks-rs/std" }
ark-ff = { git = "https://github.com/arkworks-rs/algebra" }
ark-ec = { git = "https://github.com/arkworks-rs/algebra" }
ark-serialize = { git = "https://github.com/arkworks-rs/algebra" }
ark-bw6-761 = { git = "https://github.com/arkworks-rs/curves" }
ark-ff = { git = "https://github.com/arkworks-rs/algebra", rev = "d6365c3" }
ark-ec = { git = "https://github.com/arkworks-rs/algebra", rev = "d6365c3" }
ark-poly = { git = "https://github.com/arkworks-rs/algebra", rev = "d6365c3" }
ark-serialize = { git = "https://github.com/arkworks-rs/algebra", rev = "d6365c3" }

0 comments on commit 272e6d7

Please sign in to comment.