Skip to content

Commit 10f8379

Browse files
committed
webpki-root-certs: 0.26.3 -> 0.26.4
This prepares the initial version of `webpki-root-certs` as 0.26.4. The `webpki-roots` version is proactively set to `0.26.4-not-released`. As described, it will not be published to crates.io since the content is an exact match for 0.26.3. Going forward normal releases will most often increment and publish both crates at the same time as their content will be in sync.
1 parent ec9d1fa commit 10f8379

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

webpki-root-certs/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "webpki-root-certs"
3-
version = "0.26.3"
3+
version = "0.26.4"
44
edition.workspace = true
55
readme = "README.md"
66
license = "MPL-2.0"

webpki-roots/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "webpki-roots"
3-
version = "0.26.3"
3+
version = "0.26.4-not-released"
44
edition = { workspace = true }
55
readme = "README.md"
66
license = "MPL-2.0"

0 commit comments

Comments
 (0)