Skip to content

Commit

Permalink
cmpv2+cms+crmf+x509-cert: release pre.0
Browse files Browse the repository at this point in the history
  • Loading branch information
baloo committed Oct 8, 2024
1 parent aebf32f commit d601e77
Show file tree
Hide file tree
Showing 9 changed files with 21 additions and 21 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.

6 changes: 3 additions & 3 deletions cmpv2/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "cmpv2"
version = "0.3.0-pre"
version = "0.3.0-pre.0"
description = """
Pure Rust implementation of the Certificate Management Protocol (CMP) as
described in RFC 4210
Expand All @@ -16,10 +16,10 @@ edition = "2021"
rust-version = "1.81"

[dependencies]
crmf = "=0.3.0-pre"
crmf = "=0.3.0-pre.0"
der = { version = "0.8.0-rc.0", features = ["alloc", "derive", "flagset", "oid"] }
spki = { version = "0.8.0-rc.0" }
x509-cert = { version = "=0.3.0-pre", default-features = false }
x509-cert = { version = "=0.3.0-pre.0", default-features = false }

[dev-dependencies]
const-oid = { version = "0.10.0-rc.0", features = ["db"] }
Expand Down
4 changes: 2 additions & 2 deletions cms/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "cms"
version = "0.3.0-pre"
version = "0.3.0-pre.0"
description = """
Pure Rust implementation of the Cryptographic Message Syntax (CMS) as described in RFC 5652 and RFC 3274.
"""
Expand All @@ -17,7 +17,7 @@ rust-version = "1.81"
[dependencies]
der = { version = "0.8.0-rc.0", features = ["alloc", "derive", "oid", "pem"] }
spki = { version = "0.8.0-rc.0" }
x509-cert = { version = "=0.3.0-pre", default-features = false, features = ["pem"] }
x509-cert = { version = "=0.3.0-pre.0", default-features = false, features = ["pem"] }
const-oid = { version = "0.10.0-rc.0", features = ["db"] }

# optional dependencies
Expand Down
6 changes: 3 additions & 3 deletions crmf/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "crmf"
version = "0.3.0-pre"
version = "0.3.0-pre.0"
description = """
Pure Rust implementation of the Certificate Request Message Format (CRMF) as
described in RFC 4211
Expand All @@ -16,10 +16,10 @@ edition = "2021"
rust-version = "1.81"

[dependencies]
cms = "=0.3.0-pre"
cms = "=0.3.0-pre.0"
der = { version = "0.8.0-rc.0", features = ["alloc", "derive"] }
spki = "0.8.0-rc.0"
x509-cert = { version = "=0.3.0-pre", default-features = false }
x509-cert = { version = "=0.3.0-pre.0", default-features = false }

[dev-dependencies]
const-oid = "0.10.0-rc.0"
Expand Down
4 changes: 2 additions & 2 deletions gss-api/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@ rust-version = "1.81"
[dependencies]
der = { version = "0.8.0-rc.0", features = ["oid", "alloc"] }
spki = { version = "0.8.0-rc.0" }
x509-cert = { version = "=0.3.0-pre", default-features = false }
x509-cert = { version = "=0.3.0-pre.0", default-features = false }

[dev-dependencies]
der = { version = "0.8.0-rc.0", features = ["oid", "pem", "alloc"] }
hex-literal = "0.4"
x509-cert = { version = "=0.3.0-pre", default-features = false, features = ["pem"] }
x509-cert = { version = "=0.3.0-pre.0", default-features = false, features = ["pem"] }

[features]
rfc2478 = []
Expand Down
4 changes: 2 additions & 2 deletions pkcs12/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ rust-version = "1.81"
[dependencies]
der = { version = "0.8.0-rc.0", features = ["alloc", "derive", "oid", "pem"] }
spki = { version = "0.8.0-rc.0" }
x509-cert = { version = "=0.3.0-pre", default-features = false, features = ["pem"] }
x509-cert = { version = "=0.3.0-pre.0", default-features = false, features = ["pem"] }
const-oid = { version = "0.10.0-rc.0", features = ["db"] }
cms = "=0.3.0-pre"
cms = "=0.3.0-pre.0"
digest = { version = "0.11.0-pre.9", features = ["alloc"], optional = true }
zeroize = "1.8.1"

Expand Down
2 changes: 1 addition & 1 deletion x509-cert/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "x509-cert"
version = "0.3.0-pre"
version = "0.3.0-pre.0"
description = """
Pure Rust implementation of the X.509 Public Key Infrastructure Certificate
format as described in RFC 5280
Expand Down
2 changes: 1 addition & 1 deletion x509-ocsp/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ rust-version = "1.81"
const-oid = { version = "0.10.0-rc.0", default-features = false, features = ["db"] }
der = { version = "0.8.0-rc.0", features = ["alloc", "derive", "oid"] }
spki = { version = "0.8.0-rc.0", features = ["alloc"] }
x509-cert = { version = "=0.3.0-pre", default-features = false }
x509-cert = { version = "=0.3.0-pre.0", default-features = false }

# Optional
digest = { version = "=0.11.0-pre.9", optional = true, default-features = false, features = ["oid"] }
Expand Down
6 changes: 3 additions & 3 deletions x509-tsp/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ rust-version = "1.81"

[dependencies]
der = { version = "0.8.0-rc.0", features = ["alloc", "derive", "oid", "pem"] }
cms = { version = "=0.3.0-pre", features = ["alloc"] }
cmpv2 = { version = "=0.3.0-pre", features = ["alloc"] }
x509-cert = { version = "=0.3.0-pre", default-features = false }
cms = { version = "=0.3.0-pre.0", features = ["alloc"] }
cmpv2 = { version = "=0.3.0-pre.0", features = ["alloc"] }
x509-cert = { version = "=0.3.0-pre.0", default-features = false }

[dev-dependencies]
hex-literal = "0.4.1"

0 comments on commit d601e77

Please sign in to comment.