Skip to content

Commit

Permalink
updating cargo toml
Browse files Browse the repository at this point in the history
  • Loading branch information
hecmas committed Dec 16, 2024
1 parent 0c063e0 commit 765bf0b
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,12 @@ opt-level = 3
opt-level = 3

[workspace.dependencies]
proofman-common = { git = "https://github.com/0xPolygonHermez/pil2-proofman.git", branch = "fix/starkpil-memcpy-airvalue-proofvalue" }
proofman-macros = { git = "https://github.com/0xPolygonHermez/pil2-proofman.git", branch = "fix/starkpil-memcpy-airvalue-proofvalue" }
proofman-util = { git = "https://github.com/0xPolygonHermez/pil2-proofman.git", branch = "fix/starkpil-memcpy-airvalue-proofvalue" }
proofman = { git = "https://github.com/0xPolygonHermez/pil2-proofman.git", branch = "fix/starkpil-memcpy-airvalue-proofvalue" }
pil-std-lib = { git = "https://github.com/0xPolygonHermez/pil2-proofman.git", branch = "fix/starkpil-memcpy-airvalue-proofvalue" }
stark = { git = "https://github.com/0xPolygonHermez/pil2-proofman.git", branch = "fix/starkpil-memcpy-airvalue-proofvalue" }
proofman-common = { git = "https://github.com/0xPolygonHermez/pil2-proofman.git", rev = "0.0.17-pre2" }
proofman-macros = { git = "https://github.com/0xPolygonHermez/pil2-proofman.git", rev = "0.0.17-pre2" }
proofman-util = { git = "https://github.com/0xPolygonHermez/pil2-proofman.git", rev = "0.0.17-pre2" }
proofman = { git = "https://github.com/0xPolygonHermez/pil2-proofman.git", rev = "0.0.17-pre2" }
pil-std-lib = { git = "https://github.com/0xPolygonHermez/pil2-proofman.git", rev = "0.0.17-pre2" }
stark = { git = "https://github.com/0xPolygonHermez/pil2-proofman.git", rev = "0.0.17-pre2" }
#Local development
#proofman-common = { path = "../pil2-proofman/common" }
#proofman-macros = { path = "../pil2-proofman/macros" }
Expand Down

0 comments on commit 765bf0b

Please sign in to comment.