Skip to content

Commit

Permalink
primefield v0.14.0-pre.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tarcieri committed Jul 26, 2024
1 parent 235e401 commit 604cf65
Show file tree
Hide file tree
Showing 3 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.

2 changes: 1 addition & 1 deletion p521/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ elliptic-curve = { version = "=0.14.0-pre.5", default-features = false, features
# optional dependencies
ecdsa-core = { version = "=0.17.0-pre.5", package = "ecdsa", optional = true, default-features = false, features = ["der"] }
hex-literal = { version = "0.4", optional = true }
primefield = { version = "=0.14.0-pre", optional = true, path = "../primefield" }
primefield = { version = "=0.14.0-pre.0", optional = true, path = "../primefield" }
primeorder = { version = "=0.14.0-pre.0", optional = true, path = "../primeorder" }
rand_core = { version = "0.6", optional = true, default-features = false }
serdect = { version = "0.2", optional = true, default-features = false }
Expand Down
2 changes: 1 addition & 1 deletion primefield/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "primefield"
version = "0.14.0-pre"
version = "0.14.0-pre.0"
description = "Macros for generating prime field implementations"
authors = ["RustCrypto Developers"]
license = "Apache-2.0 OR MIT"
Expand Down

0 comments on commit 604cf65

Please sign in to comment.