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 6087383 commit 0a24d56Copy full SHA for 0a24d56
capnp-rpc/CHANGELOG.md
@@ -1,3 +1,7 @@
1
+## v0.15.1
2
+- Remove some `unimplemented!()` panics.
3
+- Lots of style and formatting fixes that should have no effect.
4
+
5
## v0.15.0
6
- Add CapabilityServerSet.
7
capnp-rpc/Cargo.toml
@@ -1,7 +1,7 @@
[package]
name = "capnp-rpc"
-version = "0.15.0"
+version = "0.15.1"
authors = [ "David Renshaw <dwrenshaw@sandstorm.io>" ]
license = "MIT"
description = "implementation of the Cap'n Proto remote procedure call protocol"
0 commit comments