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 8517dd4 commit 90f1991Copy full SHA for 90f1991
capnp/CHANGELOG.md
@@ -1,3 +1,6 @@
1
+## v0.18.1
2
+- Add #[inline] attribute to many text::Reader and text::Builder methods.
3
+
4
## v0.18.0
5
- Add optional (default-enabled) `alloc` feature to allow no-alloc mode.
6
- Lazier UTF-8 validation.
capnp/Cargo.toml
@@ -1,7 +1,7 @@
[package]
name = "capnp"
-version = "0.18.0"
+version = "0.18.1"
authors = [ "David Renshaw <dwrenshaw@gmail.com>" ]
license = "MIT"
7
description = "runtime library for Cap'n Proto data encoding"
0 commit comments