Skip to content

Commit 51133ad

Browse files
authored
Fix patch in Cargo.toml (#92)
1 parent b787440 commit 51133ad

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

Cargo.toml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -60,10 +60,10 @@ ark-ff = { git = "https://github.com/arkworks-rs/algebra" }
6060
ark-poly = { git = "https://github.com/arkworks-rs/algebra" }
6161
ark-serialize = { git = "https://github.com/arkworks-rs/algebra" }
6262
ark-test-curves = { git = "https://github.com/arkworks-rs/algebra" }
63-
ark-bls12-381 = { git = "https://github.com/sunhuachuang/curves", branch = "upgrade-ff" }
64-
ark-bls12-377 = { git = "https://github.com/sunhuachuang/curves", branch = "upgrade-ff" }
65-
ark-mnt4-298 = { git = "https://github.com/sunhuachuang/curves", branch = "upgrade-ff" }
66-
ark-mnt4-753 = { git = "https://github.com/sunhuachuang/curves", branch = "upgrade-ff" }
67-
ark-mnt6-298 = { git = "https://github.com/sunhuachuang/curves", branch = "upgrade-ff" }
68-
ark-mnt6-753 = { git = "https://github.com/sunhuachuang/curves", branch = "upgrade-ff" }
69-
ark-pallas = { git = "https://github.com/sunhuachuang/curves", branch = "upgrade-ff" }
63+
ark-bls12-381 = { git = "https://github.com/arkworks-rs/curves" }
64+
ark-bls12-377 = { git = "https://github.com/arkworks-rs/curves" }
65+
ark-mnt4-298 = { git = "https://github.com/arkworks-rs/curves" }
66+
ark-mnt4-753 = { git = "https://github.com/arkworks-rs/curves" }
67+
ark-mnt6-298 = { git = "https://github.com/arkworks-rs/curves" }
68+
ark-mnt6-753 = { git = "https://github.com/arkworks-rs/curves" }
69+
ark-pallas = { git = "https://github.com/arkworks-rs/curves" }

0 commit comments

Comments
 (0)