Skip to content

Commit

Permalink
Merge pull request #26 from rustls/jbp-2.0.0-alpha.1
Browse files Browse the repository at this point in the history
2.0.0-alpha.1: take pki-types 0.2
  • Loading branch information
ctz committed Sep 7, 2023
2 parents 201653c + a4be687 commit 0b450af
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rustls-pemfile"
version = "2.0.0-alpha.0"
version = "2.0.0-alpha.1"
edition = "2018"
license = "Apache-2.0 OR ISC OR MIT"
readme = "README.md"
Expand All @@ -11,7 +11,7 @@ categories = ["network-programming", "cryptography"]

[dependencies]
base64 = "0.21"
pki-types = { package = "rustls-pki-types", version = "0.1" }
pki-types = { package = "rustls-pki-types", version = "0.2" }

[dev-dependencies]
bencher = "0.1.5"
Expand Down

0 comments on commit 0b450af

Please sign in to comment.