Skip to content

Commit d332bb3

Browse files
committed
prepare for capnp-rpc-v0.19.3 release
1 parent 3d23215 commit d332bb3

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

capnp-rpc/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
16
## v0.19.2
27
- Use size hint in new_outgoing_message(). Should improve performance somewhat.
38

capnp-rpc/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22

33
name = "capnp-rpc"
4-
version = "0.19.2"
4+
version = "0.19.3"
55
authors = [ "David Renshaw <dwrenshaw@sandstorm.io>" ]
66
license = "MIT"
77
description = "implementation of the Cap'n Proto remote procedure call protocol"

0 commit comments

Comments
 (0)