fasttime
fasttime copied to clipboard
wasi-cap-std-sync, wasmtime* => 0.24
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 is this an upstream issue?
@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.