Closed sjmackenzie closed 8 years ago
In a newly initialized project using the code you supplied above, I was unable to reproduce the error.
Is it possible that you are linking to two separate versions of the capnp
crate? One way to check this would be to look for multiple "capnp" entries in your Cargo.lock file. Make sure that your Cargo.toml updates "capnp" to "0.7", as well as "capnpc".
Yes indeed, rustfbp
needs an update, not just the components! cheers!
Since moving over to v0.7.0 we've been getting this error.
The contract:
Some code for a NAND logic gate:
The error message: