diff --git a/capnp-futures/CHANGELOG.md b/capnp-futures/CHANGELOG.md index a69465b90..1e71cbc92 100644 --- a/capnp-futures/CHANGELOG.md +++ b/capnp-futures/CHANGELOG.md @@ -1,3 +1,7 @@ +## v0.20.1 +- Remove dependency on futures crate in favor of lighter-weight dependencies + on futures-channel and futures-util. + ## v0.20.0 - write_queue objects should be Send now, when appropriate. - Follow v0.20.0 release of other capnp crates. diff --git a/capnp-futures/Cargo.toml b/capnp-futures/Cargo.toml index aee79283a..608b37cf0 100644 --- a/capnp-futures/Cargo.toml +++ b/capnp-futures/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "capnp-futures" -version = "0.20.0" +version = "0.20.1" authors = [ "David Renshaw " ] license = "MIT"