Skip to content

Commit c31a4fe

Browse files
authored
der_derive v0.8.0-rc.6 (#2044)
1 parent 1985c7f commit c31a4fe

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

der/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ 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.5", optional = true }
23+
der_derive = { version = "0.8.0-rc.6", optional = true }
2424
flagset = { version = "0.4.7", optional = true }
2525
pem-rfc7468 = { version = "1.0.0-rc.3", optional = true, features = ["alloc"] }
2626
time = { version = "0.3.4", 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.5"
3+
version = "0.8.0-rc.6 "
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"

0 commit comments

Comments
 (0)