We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 823602f commit c5bd1e2Copy full SHA for c5bd1e2
capnp/CHANGELOG.md
@@ -1,3 +1,7 @@
1
+## v0.20.4
2
+- Fix compilation on 16-bit architectures by setting smaller traveral limit.
3
+- Add a `?Sized` bound to a ReaderSegments blanket impl.
4
+
5
## v0.20.3
6
- Add `message::Reader::get_segments()` method.
7
capnp/Cargo.toml
@@ -1,7 +1,7 @@
[package]
name = "capnp"
-version = "0.20.3"
+version = "0.20.4"
authors = [ "David Renshaw <dwrenshaw@gmail.com>" ]
license = "MIT"
description = "runtime library for Cap'n Proto data encoding"
0 commit comments