maybe better to fix your Cargo.toml to a fixed version of Self-Encryption, so that new changes don’t break your code; and you jump version numbers after testing that our latest version number is stable and compatible with your work
I don’t see this in the latest master code though. Have you pulled latest from upstream?
Can you post your cargo.toml file for your project?
otherwise try explicitly refering to the github
drop
self_encryption = "*"```
and add at the bottom
```[dependencies.self_encryption]
git = "https://github.com/maidsafe/self_encryption.git"```
(edited)
Ben B [8:29 PM]
maybe the crates version pushed is broken...
@qi_ma; can you ping brian on this as well?
Are you trying to build a UI for self encryption? I am new to rust but eager to lern more and I have some experience with qml/QT and UI building in general. Maybe we could work together?