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 2be9ac4 commit 89f9e52Copy full SHA for 89f9e52
capnp/CHANGELOG.md
@@ -1,3 +1,10 @@
1
+## v0.15.1
2
+- Add `rust-version` field in Cargo.toml, for better error messages when somone uses and old rustc.
3
+- Add `is_empty()` methods.
4
+- Deprecate `MessageSize::plus_eq` in favor of `AddAssign`.
5
+- Add some `Default` impls.
6
+- Lots of linting and formatting changes that should not have an observeable effect.
7
+
8
## v0.15.0
9
- Move HasStructSize::struct_size() into a constant HasStructSize::STRUCT_SIZE.
10
- Move HasTypeId::type_id() into a constant HasTypeId::TYPE_ID.
capnp/Cargo.toml
@@ -1,7 +1,7 @@
[package]
name = "capnp"
-version = "0.15.0"
+version = "0.15.1"
authors = [ "David Renshaw <[email protected]>" ]
license = "MIT"
description = "runtime library for Cap'n Proto data encoding"
0 commit comments