Skip to content

Commit 65a47ac

Browse files
committed
Prepare webpki-{roots,root-certs} semver trick
1 parent 76a8dfd commit 65a47ac

File tree

6 files changed

+14
-5909
lines changed

6 files changed

+14
-5909
lines changed

webpki-root-certs/Cargo.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "webpki-root-certs"
3-
version = "0.26.10"
3+
version = "0.26.11"
44
edition.workspace = true
55
readme = "README.md"
66
license = "CDLA-Permissive-2.0"
@@ -9,11 +9,12 @@ repository.workspace = true
99
description = "Mozilla trusted certificate authorities in self-signed X.509 format for use with crates other than webpki"
1010

1111
[dependencies]
12-
pki-types = { workspace = true }
12+
parent = { package = "webpki-root-certs", version = "1" }
1313

1414
[dev-dependencies]
1515
hex = { workspace = true }
1616
percent-encoding = "2.3"
17+
pki-types = { workspace = true }
1718
ring = "0.17.0"
1819
tokio = { version = "1", features = ["macros", "rt-multi-thread"] }
1920
webpki = { workspace = true }

webpki-root-certs/src/lib.rs

Lines changed: 4 additions & 294 deletions
Large diffs are not rendered by default.

webpki-root-certs/tests/codegen.rs

Lines changed: 0 additions & 83 deletions
This file was deleted.

webpki-roots/Cargo.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "webpki-roots"
3-
version = "0.26.10"
3+
version = "0.26.11"
44
edition = { workspace = true }
55
readme = "README.md"
66
license = "CDLA-Permissive-2.0"
@@ -9,11 +9,12 @@ repository = { workspace = true }
99
description = "Mozilla's CA root certificates for use with webpki"
1010

1111
[dependencies]
12-
pki-types = { workspace = true }
12+
parent = { package = "webpki-roots", version = "1" }
1313

1414
[dev-dependencies]
1515
hex = { workspace = true }
1616
percent-encoding = "2.3"
17+
pki-types = { workspace = true }
1718
rcgen = "0.13"
1819
ring = "0.17.0"
1920
rustls = "0.23"

0 commit comments

Comments
 (0)