We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ba84ea9 + f4bd57f commit ee5161eCopy full SHA for ee5161e
CHANGELOG.md
@@ -1,3 +1,8 @@
1
+## yamux 0.3.11
2
+
3
+### Bug Fix
4
+- Fix stream only write will stuck forever(#398)
5
6
## multiaddr 0.3.5 secio 0.6.5
7
8
### Features
yamux/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tokio-yamux"
-version = "0.3.10"
+version = "0.3.11"
license = "MIT"
repository = "https://github.com/nervosnetwork/tentacle"
description = "Rust implementation of Yamux"
0 commit comments