From 27411011b0aa254fe9b57cde73b4ca604fcc7c6f Mon Sep 17 00:00:00 2001 From: Divma <26765164+divagant-martian@users.noreply.github.com> Date: Tue, 30 Aug 2022 03:03:54 -0500 Subject: [PATCH] *: Update changelogs for prost dep update (#2851) --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f6c4b9d619c..da0fa1bd1f7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,12 +6,17 @@ # 0.6.0 +- Update prost requirement from 0.10 to 0.11 which no longer installs the protoc Protobuf compiler. + Thus you will need protoc installed locally. See [PR 2788]. + - Update to `libp2p-swarm` `v0.38.0`. - Update to `libp2p-request-response` `v0.20.0`. - Update to `libp2p-core` `v0.35.0`. +[PR 2788]: https://github.com/libp2p/rust-libp2p/pull/2788 + # 0.5.0 - Update to `libp2p-core` `v0.34.0`.