mirror of
https://github.com/tlsnotary/rust-yamux.git
synced 2026-01-09 12:58:03 -05:00
@@ -1,3 +1,8 @@
|
||||
# 0.13.2
|
||||
|
||||
- Bound `Active`'s `pending_frames` to enforce backpressure.
|
||||
See [460baf2](https://github.com/libp2p/rust-yamux/commit/460baf2ccb7d5982b266cb3cb9c0bdf75b4fb779)
|
||||
|
||||
# 0.13.1
|
||||
|
||||
- Fix WASM support using `instant::{Duration, Instant}` instead of `std::time::{Duration, Instant}`.
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "yamux"
|
||||
version = "0.13.1"
|
||||
version = "0.13.2"
|
||||
authors = ["Parity Technologies <admin@parity.io>"]
|
||||
license = "Apache-2.0 OR MIT"
|
||||
description = "Multiplexer over reliable, ordered connections"
|
||||
|
||||
Reference in New Issue
Block a user