Skip to content

Commit

Permalink
fix(ci): lock uint256-arith bigint version
Browse files Browse the repository at this point in the history
  • Loading branch information
nhtyy committed Jan 22, 2025
1 parent 531488c commit 4a040fe
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 84 deletions.
99 changes: 16 additions & 83 deletions crates/test-artifacts/programs/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions crates/test-artifacts/programs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ resolver = "2"

[workspace.dependencies]
num-bigint = "=0.4.6"
crypto-bigint = "0.5"
serde = "1.0.204"
serde_json = "1.0.132"

Expand Down
2 changes: 1 addition & 1 deletion crates/test-artifacts/programs/uint256-arith/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ publish = false
[dependencies]
sp1-zkvm = { path = "../../../../crates/zkvm/entrypoint" }
sp1-derive = { path = "../../../../crates/derive" }
crypto-bigint = "0.6.0-pre.12"
crypto-bigint = { workspace = true }

0 comments on commit 4a040fe

Please sign in to comment.