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 696cdb9 commit fd803d1Copy full SHA for fd803d1
capnp-rpc/CHANGELOG.md
@@ -1,3 +1,6 @@
1
+## v0.19.2
2
+- Use size hint in new_outgoing_message(). Should improve performance somewhat.
3
+
4
## v0.19.1
5
- Fix bug where RpcSystem::get_disconnector() misbehaved if called before bootstrap().
6
capnp-rpc/Cargo.toml
@@ -1,7 +1,7 @@
[package]
name = "capnp-rpc"
-version = "0.19.1"
+version = "0.19.2"
authors = [ "David Renshaw <dwrenshaw@sandstorm.io>" ]
license = "MIT"
7
description = "implementation of the Cap'n Proto remote procedure call protocol"
0 commit comments