CosmWasm / wasmvm

Go bindings to the running cosmwasm contracts with wasmer
Apache License 2.0
173 stars 99 forks source link

Upgrade clippy to 1.80.0 #547

Closed webmaster128 closed 1 month ago

webmaster128 commented 1 month ago

Strange failure. Smells lit a Rust or clippy bug

chipshort commented 1 month ago

It's apparently this: https://github.com/rust-lang/rust/pull/124736. Basically the new Rust version introduced a new trait impl that makes the types that could previously be inferred ambiguous now. updating the time crate should fix it.

webmaster128 commented 1 month ago

Ah, okay. Did not realize this is a compile error. But yeah,cargo +stable check --all-targets fails as well.