We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 14f2eed commit 7efe1e4Copy full SHA for 7efe1e4
rustls/Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "trillium-rustls"
3
-version = "0.8.1"
+version = "0.9.0"
4
authors = ["Jacob Rothstein <hi@jbr.me>"]
5
edition = "2021"
6
description = "rustls adapter for trillium.rs"
@@ -45,4 +45,4 @@ trillium-testing = { path = "../testing" }
45
46
[package.metadata.cargo-udeps.ignore]
47
# because there is no way to say [dependencies.'cfg(not(feature = "platform-verifier"))']
48
-normal = ["webpki-roots"]
+normal = ["webpki-roots"]
0 commit comments