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 8257850 commit b736f2bCopy full SHA for b736f2b
capnp/CHANGELOG.md
@@ -1,3 +1,6 @@
1
+## v0.13.6
2
+- Add blanket impl Allocator for &mut A where A: Allocator, allowing easier reuse of ScratchSpaceHeapAllocator.
3
+
4
## v0.13.5
5
- Fix incorrect calculation in `capnp::serialize::compute_serialized_size_in_words()`.
6
capnp/Cargo.toml
@@ -1,7 +1,7 @@
[package]
name = "capnp"
-version = "0.13.5"
+version = "0.13.6"
authors = [ "David Renshaw <dwrenshaw@gmail.com>" ]
license = "MIT"
7
description = "runtime library for Cap'n Proto data encoding"
0 commit comments