Skip to content

Commit 2887998

Browse files
committed
Bump version to 0.14.0-alpha.1
1 parent 2fe3635 commit 2887998

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.

rcgen/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rcgen"
3-
version = "0.13.3"
3+
version = "0.14.0-alpha.1"
44
documentation = "https://docs.rs/rcgen"
55
description.workspace = true
66
repository.workspace = true

rustls-cert-gen/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ ring = ["dep:ring", "rcgen/ring"]
1616
fips = ["dep:aws-lc-rs", "rcgen/aws_lc_rs", "aws-lc-rs/fips"]
1717

1818
[dependencies]
19-
rcgen = { version = "0.13", path = "../rcgen", default-features = false, features = ["pem"] }
19+
rcgen = { version = "0.14.0-alpha.1", path = "../rcgen", default-features = false, features = ["pem"] }
2020
bpaf = { version = "0.9.5", features = ["derive"] }
2121
pem = { workspace = true }
2222
pki-types = { workspace = true }

0 commit comments

Comments
 (0)