Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump base64ct, ecdsa, elliptic-curve, and pkcs8; MSRV 1.47+ #318

Merged
merged 1 commit into from
Mar 17, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/bp256.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
strategy:
matrix:
rust:
- 1.46.0 # MSRV
- 1.47.0 # MSRV
- stable
target:
- thumbv7em-none-eabi
Expand Down Expand Up @@ -52,7 +52,7 @@ jobs:
strategy:
matrix:
rust:
- 1.46.0 # MSRV
- 1.47.0 # MSRV
- stable
steps:
- uses: actions/checkout@v1
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/bp384.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
strategy:
matrix:
rust:
- 1.46.0 # MSRV
- 1.47.0 # MSRV
- stable
target:
- thumbv7em-none-eabi
Expand Down Expand Up @@ -52,7 +52,7 @@ jobs:
strategy:
matrix:
rust:
- 1.46.0 # MSRV
- 1.47.0 # MSRV
- stable
steps:
- uses: actions/checkout@v1
Expand Down
14 changes: 7 additions & 7 deletions .github/workflows/k256.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
strategy:
matrix:
rust:
- 1.46.0 # MSRV
- 1.47.0 # MSRV
- stable
target:
- thumbv7em-none-eabi
Expand Down Expand Up @@ -59,7 +59,7 @@ jobs:
strategy:
matrix:
rust:
- 1.46.0 # MSRV
- 1.47.0 # MSRV
- stable
steps:
- uses: actions/checkout@v1
Expand All @@ -76,15 +76,15 @@ jobs:
include:
# 32-bit Linux
- target: i686-unknown-linux-gnu
rust: 1.46.0 # MSRV
rust: 1.47.0 # MSRV
deps: sudo apt update && sudo apt install gcc-multilib
- target: i686-unknown-linux-gnu
rust: stable
deps: sudo apt update && sudo apt install gcc-multilib

# 64-bit Linux
- target: x86_64-unknown-linux-gnu
rust: 1.46.0 # MSRV
rust: 1.47.0 # MSRV
- target: x86_64-unknown-linux-gnu
rust: stable

Expand All @@ -109,19 +109,19 @@ jobs:
include:
# ARM32
- target: armv7-unknown-linux-gnueabihf
rust: 1.46.0 # MSRV
rust: 1.47.0 # MSRV
- target: armv7-unknown-linux-gnueabihf
rust: stable

# ARM64
- target: aarch64-unknown-linux-gnu
rust: 1.46.0 # MSRV
rust: 1.47.0 # MSRV
- target: aarch64-unknown-linux-gnu
rust: stable

# PPC32
- target: powerpc-unknown-linux-gnu
rust: 1.46.0 # MSRV
rust: 1.47.0 # MSRV
- target: powerpc-unknown-linux-gnu
rust: stable

Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/p256.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
strategy:
matrix:
rust:
- 1.46.0 # MSRV
- 1.47.0 # MSRV
- stable
target:
- thumbv7em-none-eabi
Expand Down Expand Up @@ -58,15 +58,15 @@ jobs:
include:
# 32-bit Linux
- target: i686-unknown-linux-gnu
rust: 1.46.0 # MSRV
rust: 1.47.0 # MSRV
deps: sudo apt update && sudo apt install gcc-multilib
- target: i686-unknown-linux-gnu
rust: stable
deps: sudo apt update && sudo apt install gcc-multilib

# 64-bit Linux
- target: x86_64-unknown-linux-gnu
rust: 1.46.0 # MSRV
rust: 1.47.0 # MSRV
- target: x86_64-unknown-linux-gnu
rust: stable

Expand All @@ -90,19 +90,19 @@ jobs:
include:
# ARM32
- target: armv7-unknown-linux-gnueabihf
rust: 1.46.0 # MSRV
rust: 1.47.0 # MSRV
- target: armv7-unknown-linux-gnueabihf
rust: stable

# ARM64
- target: aarch64-unknown-linux-gnu
rust: 1.46.0 # MSRV
rust: 1.47.0 # MSRV
- target: aarch64-unknown-linux-gnu
rust: stable

# PPC32
- target: powerpc-unknown-linux-gnu
rust: 1.46.0 # MSRV
rust: 1.47.0 # MSRV
- target: powerpc-unknown-linux-gnu
rust: stable

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/p384.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
strategy:
matrix:
rust:
- 1.46.0 # MSRV
- 1.47.0 # MSRV
- stable
target:
- thumbv7em-none-eabi
Expand Down Expand Up @@ -53,7 +53,7 @@ jobs:
strategy:
matrix:
rust:
- 1.46.0 # MSRV
- 1.47.0 # MSRV
- stable
steps:
- uses: actions/checkout@v1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/workspace.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- uses: actions/checkout@v1
- uses: actions-rs/toolchain@v1
with:
toolchain: 1.46.0 # MSRV
toolchain: 1.47.0 # MSRV
components: clippy
override: true
profile: minimal
Expand Down
16 changes: 8 additions & 8 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 README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ if you are interested in curves beyond the ones listed here.

## Minimum Supported Rust Version

All crates in this repository support Rust **1.46** or higher.
All crates in this repository support Rust **1.47** or higher.

Minimum supported Rust version can be changed in the future, but it will be
done with a minor version bump.
Expand All @@ -50,7 +50,7 @@ dual licensed as above, without any additional terms or conditions.

[//]: # (badges)

[rustc-image]: https://img.shields.io/badge/rustc-1.46+-blue.svg
[rustc-image]: https://img.shields.io/badge/rustc-1.47+-blue.svg
[chat-image]: https://img.shields.io/badge/zulip-join_chat-blue.svg
[chat-link]: https://rustcrypto.zulipchat.com/#narrow/stream/260040-elliptic-curves
[deps-image]: https://deps.rs/repo/github/RustCrypto/elliptic-curves/status.svg
Expand Down
2 changes: 1 addition & 1 deletion bp256/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ categories = ["cryptography", "no-std"]
keywords = ["brainpool", "crypto", "ecc"]

[dependencies]
ecdsa = { version = "=0.11.0-pre.1", optional = true, default-features = false, features = ["der"] }
ecdsa = { version = "=0.11.0-pre.2", optional = true, default-features = false, features = ["der"] }
elliptic-curve = { version = "0.9", default-features = false, features = ["hazmat"] }
sha2 = { version = "0.9", optional = true, default-features = false }

Expand Down
4 changes: 2 additions & 2 deletions bp256/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ implemented in terms of traits from the [`elliptic-curve`] crate.

## Minimum Supported Rust Version

Rust **1.46** or higher.
Rust **1.47** or higher.

Minimum supported Rust version can be changed in the future, but it will be
done with a minor version bump.
Expand Down Expand Up @@ -46,7 +46,7 @@ dual licensed as above, without any additional terms or conditions.
[docs-image]: https://docs.rs/bp256/badge.svg
[docs-link]: https://docs.rs/bp256/
[license-image]: https://img.shields.io/badge/license-Apache2.0/MIT-blue.svg
[rustc-image]: https://img.shields.io/badge/rustc-1.46+-blue.svg
[rustc-image]: https://img.shields.io/badge/rustc-1.47+-blue.svg
[chat-image]: https://img.shields.io/badge/zulip-join_chat-blue.svg
[chat-link]: https://rustcrypto.zulipchat.com/#narrow/stream/260040-elliptic-curves
[build-image]: https://github.com/RustCrypto/elliptic-curves/workflows/bp256/badge.svg?branch=master&event=push
Expand Down
2 changes: 1 addition & 1 deletion bp256/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
//!
//! ## Minimum Supported Rust Version
//!
//! Rust **1.46** or higher.
//! Rust **1.47** or higher.
//!
//! Minimum supported Rust version may be changed in the future, but it will be
//! accompanied with a minor version bump.
Expand Down
2 changes: 1 addition & 1 deletion bp384/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ categories = ["cryptography", "no-std"]
keywords = ["brainpool", "crypto", "ecc"]

[dependencies]
ecdsa = { version = "=0.11.0-pre.1", optional = true, default-features = false, features = ["der"] }
ecdsa = { version = "=0.11.0-pre.2", optional = true, default-features = false, features = ["der"] }
elliptic-curve = { version = "0.9", default-features = false, features = ["hazmat"] }
sha2 = { version = "0.9", optional = true, default-features = false }

Expand Down
4 changes: 2 additions & 2 deletions bp384/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ implemented in terms of traits from the [`elliptic-curve`] crate.

## Minimum Supported Rust Version

Rust **1.46** or higher.
Rust **1.47** or higher.

Minimum supported Rust version can be changed in the future, but it will be
done with a minor version bump.
Expand Down Expand Up @@ -46,7 +46,7 @@ dual licensed as above, without any additional terms or conditions.
[docs-image]: https://docs.rs/bp384/badge.svg
[docs-link]: https://docs.rs/bp384/
[license-image]: https://img.shields.io/badge/license-Apache2.0/MIT-blue.svg
[rustc-image]: https://img.shields.io/badge/rustc-1.46+-blue.svg
[rustc-image]: https://img.shields.io/badge/rustc-1.47+-blue.svg
[chat-image]: https://img.shields.io/badge/zulip-join_chat-blue.svg
[chat-link]: https://rustcrypto.zulipchat.com/#narrow/stream/260040-elliptic-curves
[build-image]: https://github.com/RustCrypto/elliptic-curves/workflows/bp384/badge.svg?branch=master&event=push
Expand Down
2 changes: 1 addition & 1 deletion bp384/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
//!
//! ## Minimum Supported Rust Version
//!
//! Rust **1.46** or higher.
//! Rust **1.47** or higher.
//!
//! Minimum supported Rust version may be changed in the future, but it will be
//! accompanied with a minor version bump.
Expand Down
4 changes: 2 additions & 2 deletions k256/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,15 +24,15 @@ sha2 = { version = "0.9", optional = true, default-features = false }
sha3 = { version = "0.9", optional = true, default-features = false }

[dependencies.ecdsa-core]
version = "=0.11.0-pre.1"
version = "=0.11.0-pre.2"
package = "ecdsa"
optional = true
default-features = false
features = ["der"]

[dev-dependencies]
criterion = "0.3"
ecdsa-core = { version = "=0.11.0-pre.1", package = "ecdsa", default-features = false, features = ["dev"] }
ecdsa-core = { version = "=0.11.0-pre.2", package = "ecdsa", default-features = false, features = ["dev"] }
hex-literal = "0.3"
num-bigint = "0.4"
num-traits = "0.2"
Expand Down
4 changes: 2 additions & 2 deletions k256/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ most popular and commonly used elliptic curves.

## Minimum Supported Rust Version

Rust **1.46** or higher.
Rust **1.47** or higher.

Minimum supported Rust version can be changed in the future, but it will be
done with a minor version bump.
Expand Down Expand Up @@ -95,7 +95,7 @@ dual licensed as above, without any additional terms or conditions.
[docs-image]: https://docs.rs/k256/badge.svg
[docs-link]: https://docs.rs/k256/
[license-image]: https://img.shields.io/badge/license-Apache2.0/MIT-blue.svg
[rustc-image]: https://img.shields.io/badge/rustc-1.46+-blue.svg
[rustc-image]: https://img.shields.io/badge/rustc-1.47+-blue.svg
[chat-image]: https://img.shields.io/badge/zulip-join_chat-blue.svg
[chat-link]: https://rustcrypto.zulipchat.com/#narrow/stream/260040-elliptic-curves
[build-image]: https://github.com/RustCrypto/elliptic-curves/workflows/k256/badge.svg?branch=master&event=push
Expand Down
2 changes: 1 addition & 1 deletion k256/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
//!
//! ## Minimum Supported Rust Version
//!
//! Rust **1.46** or higher.
//! Rust **1.47** or higher.
//!
//! Minimum supported Rust version may be changed in the future, but it will be
//! accompanied with a minor version bump.
Expand Down
4 changes: 2 additions & 2 deletions p256/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,14 @@ hex-literal = { version = "0.3", optional = true }
sha2 = { version = "0.9", optional = true, default-features = false }

[dependencies.ecdsa-core]
version = "=0.11.0-pre.1"
version = "=0.11.0-pre.2"
package = "ecdsa"
optional = true
default-features = false
features = ["der"]

[dev-dependencies]
ecdsa-core = { version = "=0.11.0-pre.1", package = "ecdsa", default-features = false, features = ["dev"] }
ecdsa-core = { version = "=0.11.0-pre.2", package = "ecdsa", default-features = false, features = ["dev"] }
hex-literal = "0.3"
proptest = "1.0"
rand_core = { version = "0.6", features = ["getrandom"] }
Expand Down
4 changes: 2 additions & 2 deletions p256/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ like TLS and the associated X.509 PKI.

## Minimum Supported Rust Version

Rust **1.46** or higher.
Rust **1.47** or higher.

Minimum supported Rust version can be changed in the future, but it will be
done with a minor version bump.
Expand Down Expand Up @@ -79,7 +79,7 @@ dual licensed as above, without any additional terms or conditions.
[docs-image]: https://docs.rs/p256/badge.svg
[docs-link]: https://docs.rs/p256/
[license-image]: https://img.shields.io/badge/license-Apache2.0/MIT-blue.svg
[rustc-image]: https://img.shields.io/badge/rustc-1.46+-blue.svg
[rustc-image]: https://img.shields.io/badge/rustc-1.47+-blue.svg
[chat-image]: https://img.shields.io/badge/zulip-join_chat-blue.svg
[chat-link]: https://rustcrypto.zulipchat.com/#narrow/stream/260040-elliptic-curves
[build-image]: https://github.com/RustCrypto/elliptic-curves/workflows/p256/badge.svg?branch=master&event=push
Expand Down
2 changes: 1 addition & 1 deletion p256/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
//!
//! ## Minimum Supported Rust Version
//!
//! Rust **1.46** or higher.
//! Rust **1.47** or higher.
//!
//! Minimum supported Rust version may be changed in the future, but it will be
//! accompanied with a minor version bump.
Expand Down
Loading