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 c35b5a9 commit 88900c2Copy full SHA for 88900c2
capnp/CHANGELOG.md
@@ -1,3 +1,7 @@
1
+## v0.21.7
2
+- Resolve type on construction of `Field`. This is expected to improve performance of
3
+ certain usage patterns of the dynamic API.
4
+
5
## v0.21.6
6
- Fix buffer sizing in `flatten_segments()`. A bug was causing unnecessary allocations in
7
`write_message_to_words()` and `write_message_segments_to_words`().
capnp/Cargo.toml
@@ -1,7 +1,7 @@
[package]
name = "capnp"
-version = "0.21.6"
+version = "0.21.7"
authors = [ "David Renshaw <[email protected]>" ]
license = "MIT"
description = "runtime library for Cap'n Proto data encoding"
0 commit comments