Skip to content

Commit

Permalink
chore: re-target branches to production branch names
Browse files Browse the repository at this point in the history
  • Loading branch information
huitseeker authored and wwared committed Aug 19, 2024
1 parent cc3e9ff commit 0a6370a
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,20 +16,20 @@ license = "MIT"
[workspace.dependencies]
rayon = "1.10.0"
itertools = "0.13.0"
p3-air = { git = "https://github.com/argumentcomputer/Plonky3.git", branch = "sp1-new-tmp" }
p3-baby-bear = { git = "https://github.com/argumentcomputer/Plonky3.git", branch = "sp1-new-tmp" }
p3-field = { git = "https://github.com/argumentcomputer/Plonky3.git", branch = "sp1-new-tmp" }
p3-matrix = { git = "https://github.com/argumentcomputer/Plonky3.git", branch = "sp1-new-tmp" }
p3-mds = { git = "https://github.com/argumentcomputer/Plonky3.git", branch = "sp1-new-tmp" }
p3-commit = { git = "https://github.com/argumentcomputer/Plonky3.git", branch = "sp1-new-tmp" }
p3-challenger = { git = "https://github.com/argumentcomputer/Plonky3.git", branch = "sp1-new-tmp" }
p3-maybe-rayon = { git = "https://github.com/argumentcomputer/Plonky3.git", branch = "sp1-new-tmp" }
p3-poseidon2 = { git = "https://github.com/argumentcomputer/Plonky3.git", branch = "sp1-new-tmp" }
p3-symmetric = { git = "https://github.com/argumentcomputer/Plonky3.git", branch = "sp1-new-tmp" }
p3-uni-stark = { git = "https://github.com/argumentcomputer/Plonky3.git", branch = "sp1-new-tmp" }
p3-util = { git = "https://github.com/argumentcomputer/Plonky3.git", branch = "sp1-new-tmp" }
sphinx-core = { git = "https://github.com/argumentcomputer/sphinx.git", branch = "forward_ports_43"}
sphinx-derive = { git = "https://github.com/argumentcomputer/sphinx.git", branch = "forward_ports_43" }
p3-air = { git = "https://github.com/argumentcomputer/Plonky3.git", branch = "sp1" }
p3-baby-bear = { git = "https://github.com/argumentcomputer/Plonky3.git", branch = "sp1" }
p3-field = { git = "https://github.com/argumentcomputer/Plonky3.git", branch = "sp1" }
p3-matrix = { git = "https://github.com/argumentcomputer/Plonky3.git", branch = "sp1" }
p3-mds = { git = "https://github.com/argumentcomputer/Plonky3.git", branch = "sp1" }
p3-commit = { git = "https://github.com/argumentcomputer/Plonky3.git", branch = "sp1" }
p3-challenger = { git = "https://github.com/argumentcomputer/Plonky3.git", branch = "sp1" }
p3-maybe-rayon = { git = "https://github.com/argumentcomputer/Plonky3.git", branch = "sp1" }
p3-poseidon2 = { git = "https://github.com/argumentcomputer/Plonky3.git", branch = "sp1" }
p3-symmetric = { git = "https://github.com/argumentcomputer/Plonky3.git", branch = "sp1" }
p3-uni-stark = { git = "https://github.com/argumentcomputer/Plonky3.git", branch = "sp1" }
p3-util = { git = "https://github.com/argumentcomputer/Plonky3.git", branch = "sp1" }
sphinx-core = { git = "https://github.com/argumentcomputer/sphinx.git", branch = "dev"}
sphinx-derive = { git = "https://github.com/argumentcomputer/sphinx.git", branch = "dev" }
anyhow = "1.0.72"
ascent = "0.6.0"
arc-swap = "1.7.1"
Expand Down

0 comments on commit 0a6370a

Please sign in to comment.