Skip to content

Commit

Permalink
ark-transcript from crates.io
Browse files Browse the repository at this point in the history
  • Loading branch information
davxy committed Sep 27, 2024
1 parent 1472ce9 commit 2af78eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ring/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ rayon = { workspace = true, optional = true }
common = { path = "../common", default-features = false }
blake2 = { version = "0.10", default-features = false }
arrayvec = { version = "0.7", default-features = false }
ark-transcript = { git = "https://github.com/w3f/ring-vrf", default-features = false }
ark-transcript = { version = "0.0.2", default-features = false }

[dev-dependencies]
ark-bls12-381 = { version = "0.4", default-features = false, features = ["curve"] }
Expand Down

0 comments on commit 2af78eb

Please sign in to comment.