Skip to content

Commit

Permalink
Merge branch 'master' into extended
Browse files Browse the repository at this point in the history
  • Loading branch information
davxy committed Sep 27, 2024
2 parents d3e37f9 + 652286c commit 86e3ce0
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/ark-transcript", rev = "288e49d", 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 86e3ce0

Please sign in to comment.