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 59f2ad3 commit 577896dCopy full SHA for 577896d
capnpc/CHANGELOG.md
@@ -1,3 +1,6 @@
1
+### v0.16.2
2
+- Avoid ambiguous associated item in TryFrom implementations.
3
+
4
### v0.16.1
5
- Fix clippy warnings in generated code.
6
capnpc/Cargo.toml
@@ -1,7 +1,7 @@
[package]
name = "capnpc"
-version = "0.16.1"
+version = "0.16.2"
authors = [ "David Renshaw <dwrenshaw@gmail.com>" ]
license = "MIT"
7
description = "Cap'n Proto code generation"
0 commit comments