Skip to content

Commit

Permalink
Set library version for CLI crate
Browse files Browse the repository at this point in the history
  • Loading branch information
djc committed Mar 28, 2024
1 parent b9f9298 commit 25c6c20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rustls-cert-gen/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ ring = ["dep:ring", "rcgen/ring"]
fips = ["aws_lc_rs", "aws-lc-rs?/fips"]

[dependencies]
rcgen = { path = "../rcgen", default-features = false, features = ["pem"] }
rcgen = { version = "0.13", path = "../rcgen", default-features = false, features = ["pem"] }
bpaf = { version = "0.9.5", features = ["derive"] }
pem = { workspace = true }
pki-types = { workspace = true }
Expand Down

0 comments on commit 25c6c20

Please sign in to comment.