Skip to content

Commit ee5161e

Browse files
authored
Merge pull request #399 from nervosnetwork/yamux-bump
chore: yamux bump to 0.3.11
2 parents ba84ea9 + f4bd57f commit ee5161e

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## yamux 0.3.11
2+
3+
### Bug Fix
4+
- Fix stream only write will stuck forever(#398)
5+
16
## multiaddr 0.3.5 secio 0.6.5
27

38
### Features

yamux/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-yamux"
3-
version = "0.3.10"
3+
version = "0.3.11"
44
license = "MIT"
55
repository = "https://github.com/nervosnetwork/tentacle"
66
description = "Rust implementation of Yamux"

0 commit comments

Comments
 (0)