Prepare libp2p-websocket-0.26.1

This commit is contained in:
Roman S. Borschel 2020-12-07 12:41:52 +01:00
parent e41a963649
commit 226e1058e1
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
# 0.26.1 [2020-12-07]
- Update `rustls`.
# 0.26.0 [2020-11-25]
- Update dependencies.

View File

@ -2,7 +2,7 @@
name = "libp2p-websocket"
edition = "2018"
description = "WebSocket transport for libp2p"
version = "0.26.0"
version = "0.26.1"
authors = ["Parity Technologies <admin@parity.io>"]
license = "MIT"
repository = "https://github.com/libp2p/rust-libp2p"