summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel McCarney <daniel@binaryparadox.net>2023-07-07 13:06:31 -0400
committerDaniel McCarney <daniel@binaryparadox.net>2023-07-10 12:11:07 -0400
commitf613c9f060cb84918fb85b8c8482d740724dbb11 (patch)
tree3720b769c138054c8ecf9d111f8f97f3da2ce763
parent11e9386845d2d4952e17eaa63583f03641b10924 (diff)
cargo: prepare 0.21.4 release.v/0.21.4
Updates Cargo.toml version 0.21.3 -> 0.21.4
-rw-r--r--rustls/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/rustls/Cargo.toml b/rustls/Cargo.toml
index 64201ae2..6f7a50cb 100644
--- a/rustls/Cargo.toml
+++ b/rustls/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "rustls"
-version = "0.21.3"
+version = "0.21.4"
edition = "2021"
rust-version = "1.60"
license = "Apache-2.0 OR ISC OR MIT"