Skip to content

Commit

Permalink
Bump elliptic-curve to v0.13.7 (#979)
Browse files Browse the repository at this point in the history
This notably contains the `BatchInvert`, `BatchNormalize`, and
`LinearCombinationExt` traits, which we previously got by sourcing the
crate from the upstream git repo.
  • Loading branch information
tarcieri authored Nov 15, 2023
1 parent 877d5d6 commit f1de1e4
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 7 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.

3 changes: 0 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,3 @@ members = [

[profile.dev]
opt-level = 2

[patch.crates-io.elliptic-curve]
git = "https://github.com/RustCrypto/traits.git"
2 changes: 1 addition & 1 deletion k256/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ rust-version = "1.65"

[dependencies]
cfg-if = "1.0"
elliptic-curve = { version = "0.13", default-features = false, features = ["hazmat", "sec1"] }
elliptic-curve = { version = "0.13.7", default-features = false, features = ["hazmat", "sec1"] }

# optional dependencies
once_cell = { version = "1.18", optional = true, default-features = false }
Expand Down
2 changes: 1 addition & 1 deletion primeorder/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ edition = "2021"
rust-version = "1.65"

[dependencies]
elliptic-curve = { version = "0.13", default-features = false, features = ["arithmetic", "sec1"] }
elliptic-curve = { version = "0.13.7", default-features = false, features = ["arithmetic", "sec1"] }

# optional dependencies
serdect = { version = "0.2", optional = true, default-features = false }
Expand Down

0 comments on commit f1de1e4

Please sign in to comment.