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 1ab1ab6 commit c79ad16Copy full SHA for c79ad16
capnp-rpc/CHANGELOG.md
@@ -1,3 +1,6 @@
1
+## v0.16.2
2
+- Add WeakCapabilityServerSet, intended to eventually replace CapabilityServerSet.
3
+
4
## v0.16.1
5
- Regenerate code, with rpc.capnp from upstream latest release, version 0.10.3.
6
capnp-rpc/Cargo.toml
@@ -1,7 +1,7 @@
[package]
name = "capnp-rpc"
-version = "0.16.1"
+version = "0.16.2"
authors = [ "David Renshaw <dwrenshaw@sandstorm.io>" ]
license = "MIT"
7
description = "implementation of the Cap'n Proto remote procedure call protocol"
0 commit comments