Skip to content

Commit 0d763fc

Browse files
authored
der+der_derive+pem: rc releases (#1846)
- `der_derive` 0.8.0-rc.3 - `der` 0.8.0-rc.3 - `pem-rfc7468` 1.0.0-rc.3
1 parent 3b0fcba commit 0d763fc

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

Cargo.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

der/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "der"
3-
version = "0.8.0-rc.2"
3+
version = "0.8.0-rc.3"
44
description = """
55
Pure Rust embedded-friendly implementation of the Distinguished Encoding Rules
66
(DER) for Abstract Syntax Notation One (ASN.1) as described in ITU X.690 with
@@ -20,9 +20,9 @@ rust-version = "1.85"
2020
arbitrary = { version = "1.4", features = ["derive"], optional = true }
2121
bytes = { version = "1", optional = true, default-features = false }
2222
const-oid = { version = "0.10", optional = true }
23-
der_derive = { version = "0.8.0-rc.0", optional = true }
23+
der_derive = { version = "0.8.0-rc.3", optional = true }
2424
flagset = { version = "0.4.7", optional = true }
25-
pem-rfc7468 = { version = "1.0.0-rc.1", optional = true, features = ["alloc"] }
25+
pem-rfc7468 = { version = "1.0.0-rc.3", optional = true, features = ["alloc"] }
2626
time = { version = "0.3.4", optional = true, default-features = false }
2727
zeroize = { version = "1.8", optional = true, default-features = false }
2828
heapless = { version = "0.8", optional = true, default-features = false }

der_derive/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "der_derive"
3-
version = "0.8.0-rc.2"
3+
version = "0.8.0-rc.3"
44
description = "Custom derive support for the `der` crate's `Choice` and `Sequence` traits"
55
authors = ["RustCrypto Developers"]
66
license = "Apache-2.0 OR MIT"

pem-rfc7468/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "pem-rfc7468"
3-
version = "1.0.0-rc.2"
3+
version = "1.0.0-rc.3"
44
description = """
55
PEM Encoding (RFC 7468) for PKIX, PKCS, and CMS Structures, implementing a
66
strict subset of the original Privacy-Enhanced Mail encoding intended

0 commit comments

Comments
 (0)