Skip to content

Commit

Permalink
bump version to 1.2.0-rc.1
Browse files Browse the repository at this point in the history
  • Loading branch information
austinabell committed Dec 3, 2024
1 parent 2d4edfa commit 937a09c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions k256/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ sha2 = { version = "0.10", optional = true, default-features = false }
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 = "9512ce20f43627fc6b645def23194e926d5cb23a", features = ["unstable"] }
risc0-bigint2 = { version = "=1.2.0-rc.2", 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 937a09c

Please sign in to comment.