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 a7d5d94 commit 8a70efdCopy full SHA for 8a70efd
capnp/CHANGELOG.md
@@ -1,3 +1,6 @@
1
+## v0.12.1
2
+- Fix buggy Iterator::nth() implementation for ListIter.
3
+
4
## v0.12.0
5
- Add "unaligned" feature flag to allow use of unaligned memory.
6
- Remove `Word::bytes_to_words()` and `Word::bytes_to_words_mut()`.
capnp/Cargo.toml
@@ -1,7 +1,7 @@
[package]
name = "capnp"
-version = "0.12.0"
+version = "0.12.1"
authors = [ "David Renshaw <dwrenshaw@gmail.com>" ]
license = "MIT"
7
description = "runtime library for Cap'n Proto data encoding"
0 commit comments