Future incompatibility of fs_extra v1.2.0
and wasmparser v0.78.2
#8723
Labels
C-housekeeping
Category: Refactoring, cleanups, code quality
With Rust 1.68.0 (which we use since #8721) there is a future compatibility warning.
warning: the following packages contain code that will be rejected by a future version of Rust: fs_extra v1.2.0, wasmer-singlepass-backend-near v0.18.1, wasmparser v0.78.2
This is the relevant change: rust-lang/rust#103418
I think
fs_extra
we could update without too much trouble.But for
wasmparser
, I think we want the exact version to be sure we have no behavioral changes for older protocol version. I guess maybe we want to ask for a 0.78.3?The text was updated successfully, but these errors were encountered: