File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change
1
+ ## v0.19.1
2
+ - Fix bug where RpcSystem::get_disconnector() misbehaved if called before bootstrap().
3
+
1
4
## v0.19.0
2
- Follow v0.19.0 release of other capnp crates.
5
+ - Follow v0.19.0 release of other capnp crates.
3
6
4
7
## v0.18.0
5
- Follow v0.19 .0 release of other capnp crates.
8
+ - Follow v0.18 .0 release of other capnp crates.
6
9
7
10
## v0.17.0
8
11
- Rename ` WeakCapabilityServerSet ` to ` CapabilityServerSet ` and remove the old implmentation.
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
3
3
name = " capnp-rpc"
4
- version = " 0.19.0 "
4
+ version = " 0.19.1 "
5
5
authors = [ " David Renshaw <dwrenshaw@sandstorm.io>" ]
6
6
license = " MIT"
7
7
description = " implementation of the Cap'n Proto remote procedure call protocol"
You can’t perform that action at this time.
0 commit comments