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 3d23215 commit d332bb3Copy full SHA for d332bb3
capnp-rpc/CHANGELOG.md
@@ -1,3 +1,8 @@
1
+## v0.19.3
2
+- Remove some unneeded fields in Answer and Import.
3
+- Use `let else` to improve readability.
4
+- Use a tighter size_hint estimate for Resolve messages.
5
+
6
## v0.19.2
7
- Use size hint in new_outgoing_message(). Should improve performance somewhat.
8
capnp-rpc/Cargo.toml
@@ -1,7 +1,7 @@
[package]
name = "capnp-rpc"
-version = "0.19.2"
+version = "0.19.3"
authors = [ "David Renshaw <dwrenshaw@sandstorm.io>" ]
license = "MIT"
description = "implementation of the Cap'n Proto remote procedure call protocol"
0 commit comments