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 b620b30 commit d4e6ee4Copy full SHA for d4e6ee4
blog/_posts/2023-09-04-0.18-release.md
@@ -138,7 +138,8 @@ which can sometimes be a problem for microcontroller targets and kernel programm
138
(See [this issue](https://github.com/capnproto/capnproto-rust/issues/221)
139
for some discussion.)
140
141
-Starting with version 0.18, the `capnp` crate now has an `alloc` Cargo feature,
+Starting with version 0.18, the `capnp` crate now has an
142
+[`alloc` Cargo feature](https://github.com/capnproto/capnproto-rust/blob/82aa8a2163b5eadaa83aa2716ce781fc78107c2c/capnp/Cargo.toml#L26),
143
which can be disabled to remove the `alloc` dependency.
144
145
A side benefit of this change is that now error handling in capnproto-rust
0 commit comments