summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDirkjan Ochtman <dirkjan@ochtman.nl>2022-10-15 16:43:06 +0200
committerDirkjan Ochtman <dirkjan@ochtman.nl>2022-10-18 15:20:45 +0200
commita863fc554aca02533a422dc228bcc938d20a721f (patch)
treef43d12cf21822c50e97a77327a68ee08a8027fe8
parentf1ab89f96246aff29220bea0802e971f565fe8c9 (diff)
Bump version to 0.20.7v/0.20.7
-rw-r--r--rustls/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/rustls/Cargo.toml b/rustls/Cargo.toml
index 93f8aa6e..b09aa197 100644
--- a/rustls/Cargo.toml
+++ b/rustls/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "rustls"
-version = "0.20.6"
+version = "0.20.7"
edition = "2018"
rust-version = "1.56"
license = "Apache-2.0/ISC/MIT"