Skip to content

Commit

Permalink
ecdsa v0.17.0-pre.9 (#863)
Browse files Browse the repository at this point in the history
  • Loading branch information
tarcieri committed Sep 20, 2024
1 parent 6d6629d commit e87f60d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 16 deletions.
18 changes: 4 additions & 14 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 ecdsa/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ecdsa"
version = "0.17.0-pre.8"
version = "0.17.0-pre.9"
description = """
Pure Rust implementation of the Elliptic Curve Digital Signature Algorithm
(ECDSA) as specified in FIPS 186-4 (Digital Signature Standard), providing
Expand All @@ -24,7 +24,7 @@ signature = { version = "=2.3.0-pre.4", default-features = false, features = ["r
der = { version = "0.8.0-rc.1", optional = true }
digest = { version = "=0.11.0-pre.9", optional = true, default-features = false, features = ["oid"] }
rfc6979 = { version = "=0.5.0-pre.4", optional = true, path = "../rfc6979" }
serdect = { version = "0.2", optional = true, default-features = false, features = ["alloc"] }
serdect = { version = "0.3.0-rc.0", optional = true, default-features = false, features = ["alloc"] }
sha2 = { version = "=0.11.0-pre.4", optional = true, default-features = false, features = ["oid"] }
spki = { version = "0.8.0-rc.0", optional = true, default-features = false }

Expand Down

0 comments on commit e87f60d

Please sign in to comment.