Steve Calderon
Results
1
issues of
Steve Calderon
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))?; |...