diff --git a/Cargo.lock b/Cargo.lock index 1fd8611..f146773 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -303,7 +303,7 @@ checksum = "976295e77ce332211c0d24d92c0e83e50f5c5f046d11082cea19f3df13a3562d" [[package]] name = "rustls-platform-verifier" -version = "0.3.3" +version = "0.3.4" dependencies = [ "android_logger", "base64", diff --git a/README.md b/README.md index a2d252f..90ec9fe 100644 --- a/README.md +++ b/README.md @@ -49,7 +49,7 @@ a system CA bundle is unavailable. ## Installation and setup On most platforms, no setup should be required beyond adding the dependency via `cargo`: ```toml -rustls-platform-verifier = "0.1" +rustls-platform-verifier = "0.3" ``` To get a rustls `ClientConfig` configured to use the platform verifier use: diff --git a/rustls-platform-verifier/Cargo.toml b/rustls-platform-verifier/Cargo.toml index eb7c128..7a071a6 100644 --- a/rustls-platform-verifier/Cargo.toml +++ b/rustls-platform-verifier/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rustls-platform-verifier" -version = "0.3.3" +version = "0.3.4" authors = ["ComplexSpaces ", "1Password"] description = "rustls-platform-verifier supports verifying TLS certificates in rustls with the operating system verifier" keywords = ["tls", "certificate", "verification", "os", "native"]