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 3fb9832 commit 01b0056Copy full SHA for 01b0056
capnp/CHANGELOG.md
@@ -1,3 +1,6 @@
1
+## v0.21.4
2
+- Add `generated_code!()` macro to make it easier to import generated code.
3
+
4
## v0.21.3
5
- Add `capability::DynClientHook` to avoid warnings in generated code.
6
capnp/Cargo.toml
@@ -1,7 +1,7 @@
[package]
name = "capnp"
-version = "0.21.3"
+version = "0.21.4"
authors = [ "David Renshaw <[email protected]>" ]
license = "MIT"
7
description = "runtime library for Cap'n Proto data encoding"
0 commit comments