ComposableFi / composable-ibc

A trustless, cross-chain bridging protocol.
https://picasso.network
76 stars 50 forks source link

Update Rust toolchain and CI versions #479

Closed mina86 closed 5 months ago

mina86 commented 6 months ago

This addresses build failures, in particular in CI, where clap doesn’t compile instead producing error as follows:

error[E0599]: no method named `as_encoded_bytes` found for reference `&OsStr` in the current scope
Error:    --> /usr/local/cargo/registry/src/index.crates.io-6f17d22bba15001f/clap_lex-0.7.0/src/ext.rs:186:26
    |
186 |         let bytes = self.as_encoded_bytes();
    |                          ^^^^^^^^^^^^^^^^ method not found in `&OsStr`
mina86 commented 6 months ago

@blasrodri