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 b2a2fb5 commit 3f13e95Copy full SHA for 3f13e95
blog/_posts/2025-10-27-0.22-release.md
@@ -106,3 +106,7 @@ data in `Cell<T>` or `RefCell<T>`.
106
Moreover, getting this all to work required adding some `async/await` in
107
the generated method dispatch code. Therefore, capnpc-rust no longer
108
supports generating code for Rust editions 2015 and 2018.
109
+
110
+**Edit**: [capnproto-rust version 0.23]({{site.baseurl}}/2025/10/28/0.23-release.html)
111
+adjusted the method type signature
112
+described above and restored support for Rust editions 2015 and 2015.
0 commit comments