Skip to content

Commit

Permalink
Downgrade rustls and publish
Browse files Browse the repository at this point in the history
Due to a version conflict in Deno, we need to downgrade the rustls version :(
  • Loading branch information
mmastrac committed May 10, 2024
1 parent 0c2771d commit 3814237
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 23 deletions.
37 changes: 16 additions & 21 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rustls-tokio-stream"
version = "0.2.23"
version = "0.2.24"
edition = "2021"
description = "AsyncRead/AsyncWrite interface for RustTLS on Tokio"
license = "MIT"
Expand All @@ -13,7 +13,7 @@ trace = []

[dependencies]
tokio = { version = "1", features = [ "io-util", "net", "rt", "sync" ] }
rustls = ">=0.21, <0.23"
rustls = "0.21"
futures = "0.3"
socket2 = "0.5"

Expand Down

0 comments on commit 3814237

Please sign in to comment.