Create MLS identity #95
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
Annotations
2 errors and 1 warning
unresolved import `crate::proto_wrapper::ProtoWrapper`:
xmtp_mls/src/identity.rs#L21
error[E0432]: unresolved import `crate::proto_wrapper::ProtoWrapper`
--> xmtp_mls/src/identity.rs:21:5
|
21 | proto_wrapper::ProtoWrapper,
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^ no `ProtoWrapper` in `proto_wrapper`
|
file not found for module `proto_wrapper`:
xmtp_mls/src/lib.rs#L8
error[E0583]: file not found for module `proto_wrapper`
--> xmtp_mls/src/lib.rs:8:1
|
8 | mod proto_wrapper;
| ^^^^^^^^^^^^^^^^^^
|
= help: to create the module `proto_wrapper`, create file "xmtp_mls/src/proto_wrapper.rs" or "xmtp_mls/src/proto_wrapper/mod.rs"
|
test
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|