We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab94ac0 commit 790d339Copy full SHA for 790d339
capnp-futures/CHANGELOG.md
@@ -1,3 +1,6 @@
1
+## v0.13.2
2
+- Rename `read_message()` to `try_read_message()`, for consistency with `capnp::serialize::try_read_message()`.
3
+
4
## v0.13.1
5
- Remove unneeded dependency on 'executor' feature of the future crate.
6
capnp-futures/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "capnp-futures"
-version = "0.13.1"
+version = "0.13.2"
authors = [ "David Renshaw <drenshaw@gmail.com>" ]
license = "MIT"
0 commit comments