Skip to content

Commit

Permalink
Merge pull request #2 from aulnes/from-wy
Browse files Browse the repository at this point in the history
bug: cargo path problem
  • Loading branch information
0oyun authored Aug 29, 2024
2 parents 1472360 + b6c77e6 commit 92683c3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@ inherits = "release"
debug = true

[patch."https://github.com/axiom-crypto/halo2-lib.git"]
halo2-base = { path = "../halo2-lib/halo2-base" }
halo2-ecc = { path = "../halo2-lib/halo2-ecc" }
halo2-base = { path = "../halo2-lib-zkbridge/halo2-base" }
halo2-ecc = { path = "../halo2-lib-zkbridge/halo2-ecc" }

[patch.crates-io]
halo2-base = { path = "../halo2-lib/halo2-base" }
halo2-ecc = { path = "../halo2-lib/halo2-ecc" }
halo2-base = { path = "../halo2-lib-zkbridge/halo2-base" }
halo2-ecc = { path = "../halo2-lib-zkbridge/halo2-ecc" }

0 comments on commit 92683c3

Please sign in to comment.