Replies: 1 comment
-
@waqasraz no, generally it should compile everywhere .. that specific case is regression and is something we should be able to easily fix. Could you open an issue, please. Thank you for telling us about it. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I was trying to run an example on windows and got this.
```error[E0433]: failed to resolve: could not find
unix
in `os`--> ockam_vault-0.66.0\src\storage\file_storage.rs:105:22
|
105 | use std::os::unix::prelude::*;
| ^^^^ could not find `unix` in `os````
Beta Was this translation helpful? Give feedback.
All reactions