Skip to content
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

wasi-cap-std-sync, wasmtime* => 0.24 #39

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

vespa59
Copy link

@vespa59 vespa59 commented Mar 5, 2021

Not compiling with current versions:

   Compiling wasi-cap-std-sync v0.23.0
error[E0599]: no method named `set_times` found for struct `cap_std::fs::File` in the current scope
  --> /Users/scalderon/.cargo/registry/src/github.com-1ecc6299db9ec823/wasi-cap-std-sync-0.23.0/src/file.rs:84:14
   |
84 |             .set_times(convert_systimespec(atime), convert_systimespec(mtime))?;
   |              ^^^^^^^^^ method not found in `cap_std::fs::File`
   |

Not compiling with current versions: 

```
   Compiling wasi-cap-std-sync v0.23.0
error[E0599]: no method named `set_times` found for struct `cap_std::fs::File` in the current scope
  --> /Users/scalderon/.cargo/registry/src/github.com-1ecc6299db9ec823/wasi-cap-std-sync-0.23.0/src/file.rs:84:14
   |
84 |             .set_times(convert_systimespec(atime), convert_systimespec(mtime))?;
   |              ^^^^^^^^^ method not found in `cap_std::fs::File`
   |
```
@softprops
Copy link
Owner

@vespa59 is this an upstream issue?

@vespa59
Copy link
Author

vespa59 commented Mar 25, 2021

@softprops hmmm... I'm not sure. Super-novice with Rust. I was getting that compiler error on a fresh install and that's how I got past it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants