Skip to content

Commit

Permalink
Cargo: version 0.26.0 -> 0.27.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cpu committed Mar 25, 2024
1 parent 3b477de commit 9deba7b
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "hyper-rustls"
version = "0.26.0"
version = "0.27.0"
edition = "2021"
rust-version = "1.64"
license = "Apache-2.0 OR ISC OR MIT"
Expand Down Expand Up @@ -57,7 +57,3 @@ required-features = ["aws_lc_rs"]
[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]

[patch.crates-io]
# TODO(XXX): Remove once https://github.com/rustls/rustls-platform-verifier/pull/70 is merged and 0.3 released.
rustls-platform-verifier = { git = "https://github.com/ralith/rustls-platform-verifier", branch = "update-rustls" }

0 comments on commit 9deba7b

Please sign in to comment.