-
Notifications
You must be signed in to change notification settings - Fork 27
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
matrix-qrcode-0.2.0/src/lib.rs, error[E0658]: arbitrary expressions in key-value attributes are unstable #65
Comments
Yes you'll need a newer Rust version, we require 1.54.0, it's not an experimental version, just a newer stable release. |
Thanks, |
Verifying devices isn't yet supported, I'll need to finish up #56 for it to be supported. Though viewing if a device is verified is a prerequisite for verifying. |
Oh, interesting 🙂 Before I quit/restarted weechat, everything was decrypted/visible ... 🤔😅 |
Verification in the usual case is separate from being able to decrypt, new unverified devices will be able to decrypt new messages though they won't have access to the history. You'll have to enable a setting in Element to not send room keys to unverified devices, not sure if other clients have those settings. |
Is this issue still relevant ? |
It isn't. |
Hi!
I tried browsing the issues, but didn't find something similar.
I got this error trying to do
cargo build
just now:Trying to read those suggested links, it looks like it's using a newer/experimental rust version?
(Should I try that? Seems I'm currently running
rustc 1.53.0 (53cb7b09b 2021-06-17)
)The text was updated successfully, but these errors were encountered: