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 117bc97 commit 37a7b49Copy full SHA for 37a7b49
capnpc/CHANGELOG.md
@@ -1,3 +1,6 @@
1
+### v0.15.2
2
+- Apply clippy lifetime elision suggestion in set_pointer_builder() in generated code.
3
+
4
### v0.15.1
5
- Lots of style fixes and linting, including for generated code.
6
capnpc/Cargo.toml
@@ -1,7 +1,7 @@
[package]
name = "capnpc"
-version = "0.15.1"
+version = "0.15.2"
authors = [ "David Renshaw <dwrenshaw@gmail.com>" ]
license = "MIT"
7
description = "Cap'n Proto code generation"
0 commit comments