Skip to content

Commit

Permalink
v0.6.0-rc.0 (#612)
Browse files Browse the repository at this point in the history
  • Loading branch information
tarcieri authored Jun 23, 2024
1 parent 8a821e9 commit 193d5e8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "crypto-bigint"
version = "0.6.0-pre.12"
version = "0.6.0-rc.0"
description = """
Pure Rust implementation of a big integer library which has been designed from
the ground-up for use in cryptographic applications. Provides constant-time,
Expand All @@ -26,7 +26,7 @@ num-traits = { version = "0.2.19", default-features = false }
rand_core = { version = "0.6.4", optional = true }
rlp = { version = "0.5", optional = true, default-features = false }
serdect = { version = "0.2", optional = true, default-features = false }
zeroize = { version = "1", optional = true, default-features = false }
zeroize = { version = "1", optional = true, default-features = false }

[dev-dependencies]
bincode = "1"
Expand Down

0 comments on commit 193d5e8

Please sign in to comment.