*: Update changelogs and cargo tomls for req-resp patch

This commit is contained in:
Max Inden
2021-01-21 14:36:58 +01:00
parent 5d22e30cc9
commit 25ea8b67ff
4 changed files with 5 additions and 3 deletions

View File

@@ -1,3 +1,5 @@
# 0.9.1 [unreleased]
# 0.9.0 [2021-01-12]
- Update dependencies.

View File

@@ -2,7 +2,7 @@
name = "libp2p-request-response"
edition = "2018"
description = "Generic Request/Response Protocols"
version = "0.9.0"
version = "0.9.1"
authors = ["Parity Technologies <admin@parity.io>"]
license = "MIT"
repository = "https://github.com/libp2p/rust-libp2p"