async-io
async-io copied to clipboard
Update to windows-sys 0.60
Hmm.. seems it requires bumping MSRV to 1.65. @taiki-e what's our MSRV policy again?
error: package
tracing-core v0.1.34cannot be built because it requires rustc 1.65.0 or newer, while the currently active rustc version is 1.63.0
I think tracing dependency should be optional.
That is what we did in the past in blocking (https://github.com/smol-rs/blocking/pull/60) and what we are trying to do now in polling (https://github.com/smol-rs/polling/issues/231).