Skip to content

Commit

Permalink
tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
alireza-shirzad committed Jan 16, 2025
1 parent 86ba793 commit 7c85546
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ ark-mnt6-298 = { version = "0.5.0", default-features = false }
ark-mnt6-753 = { version = "0.5.0", default-features = false }
ark-pallas = { version = "0.5.0", features = ["curve"], default-features = false }
ark-bn254 = { version = "0.5.0", features = ["curve"], default-features = false }
tracing-subscriber = { version = "0.3", default-features = true }

[features]
default = ["std"]
Expand Down Expand Up @@ -76,3 +77,5 @@ debug = true
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ci)'] }

[patch.crates-io]
ark-relations = { git = "https://github.com/alireza-shirzad/snark.git" }

0 comments on commit 7c85546

Please sign in to comment.