Skip to content

Commit

Permalink
bump bigint2 commit to latest
Browse files Browse the repository at this point in the history
  • Loading branch information
austinabell committed Dec 2, 2024
1 parent 4410e1b commit 2d4edfa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

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

2 changes: 1 addition & 1 deletion k256/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ signature = { version = "2", optional = true }

[target.'cfg(all(target_os = "zkvm", target_arch = "riscv32"))'.dependencies]
# risc0-bigint2 = { version = "1.2.0-rc.1", features = ["unstable"] }
risc0-bigint2 = { git = "https://github.com/risc0/risc0.git", rev = "cd588b747334360033b6a0e7fbd0efd16d586379", features = ["unstable"] }
risc0-bigint2 = { git = "https://github.com/risc0/risc0.git", rev = "9512ce20f43627fc6b645def23194e926d5cb23a", features = ["unstable"] }
# risc0-bigint2 = { path = "../../../risc0/risc0/risc0/bigint2", features = ["unstable"] }
bytemuck = "1"

Expand Down

0 comments on commit 2d4edfa

Please sign in to comment.