We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 286e0ac commit c9a55a6Copy full SHA for c9a55a6
capnp/CHANGELOG.md
@@ -1,3 +1,6 @@
1
+## v0.17.1
2
+- Fix type mismatch copy/paste bug in dynamic_list::Builder::set().
3
+
4
## v0.17.0
5
- Add support for reflection. See dynamic_value.rs and schema.rs.
6
capnp/Cargo.toml
@@ -1,7 +1,7 @@
[package]
name = "capnp"
-version = "0.17.0"
+version = "0.17.1"
authors = [ "David Renshaw <[email protected]>" ]
license = "MIT"
7
description = "runtime library for Cap'n Proto data encoding"
0 commit comments