Skip to content

Commit

Permalink
bug: cargo path problem
Browse files Browse the repository at this point in the history
  • Loading branch information
0oyun committed Aug 29, 2024
1 parent 215862d commit b6c77e6
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 b6c77e6

Please sign in to comment.