Skip to content

Commit

Permalink
ecdsa: bump elliptic-curve dependency to v0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
tarcieri committed Dec 17, 2020
1 parent dfcbaec commit c228962
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 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.10.0-pre" # Also update html_root_url in lib.rs when bumping this
version = "0.10.0" # Also update html_root_url in lib.rs when bumping this
description = """
Signature and elliptic curve types providing interoperable support for the
Elliptic Curve Digital Signature Algorithm (ECDSA)
Expand All @@ -14,7 +14,7 @@ categories = ["cryptography", "no-std"]
keywords = ["crypto", "ecc", "nist", "secp256k1", "signature"]

[dependencies]
elliptic-curve = { version = "=0.8.0-pre", default-features = false }
elliptic-curve = { version = "0.8", default-features = false }
hmac = { version = "0.10", optional = true, default-features = false }
signature = { version = ">= 1.2.2, < 1.3.0", default-features = false, features = ["rand-preview"] }

Expand Down

0 comments on commit c228962

Please sign in to comment.