Skip to content

Commit 7efe1e4

Browse files
committed
feat!: release trillium-rustls 0.9.0
1 parent 14f2eed commit 7efe1e4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

rustls/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "trillium-rustls"
3-
version = "0.8.1"
3+
version = "0.9.0"
44
authors = ["Jacob Rothstein <hi@jbr.me>"]
55
edition = "2021"
66
description = "rustls adapter for trillium.rs"
@@ -45,4 +45,4 @@ trillium-testing = { path = "../testing" }
4545

4646
[package.metadata.cargo-udeps.ignore]
4747
# because there is no way to say [dependencies.'cfg(not(feature = "platform-verifier"))']
48-
normal = ["webpki-roots"]
48+
normal = ["webpki-roots"]

0 commit comments

Comments
 (0)