consortium-tee 0.2.0

Trusted Execution Environment (TEE) support for Consortium with pluggable codec serialization via consortium_codec::CodecFor
1
2
3
4
5
error: bare references are not allowed as TeeParam fields: use owned types instead
 --> tests/ui/tee_param/fail/reference.rs:5:12
  |
5 |     value: &'a u32,
  |            ^^^^^^^