Skip to content

Commit 93dbdf0

Browse files
authored
release 0.26.1 (#95)
* When a write returns `Ok(0)`, a `WriteZero` error may be thrown. fix #92 * MSRV updated to 1.70
1 parent e193e29 commit 93dbdf0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "tokio-rustls"
3-
version = "0.26.0"
3+
version = "0.26.1"
44
license = "MIT OR Apache-2.0"
55
repository = "https://github.com/rustls/tokio-rustls"
66
homepage = "https://github.com/rustls/tokio-rustls"

0 commit comments

Comments
 (0)