fasttime icon indicating copy to clipboard operation
fasttime copied to clipboard

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

Open vespa59 opened this issue 4 years ago • 2 comments

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`
   |

vespa59 avatar Mar 05 '21 19:03 vespa59

@vespa59 is this an upstream issue?

softprops avatar Mar 07 '21 14:03 softprops

@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.

vespa59 avatar Mar 25 '21 23:03 vespa59