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 6675fd1 commit b85e041Copy full SHA for b85e041
capnp/CHANGELOG.md
@@ -1,3 +1,6 @@
1
+## v0.19.1
2
+- Implement SetterInput<text::Owned> for all T : AsRef<str>.
3
+
4
## v0.19.0
5
- Use binary search instead of linear scan in DynamicStruct::get_named().
6
- Rename SetPointerBuilder to SetterInput.
capnp/Cargo.toml
@@ -1,7 +1,7 @@
[package]
name = "capnp"
-version = "0.19.0"
+version = "0.19.1"
authors = [ "David Renshaw <[email protected]>" ]
license = "MIT"
7
description = "runtime library for Cap'n Proto data encoding"
0 commit comments