ComposableFi / composable-ibc

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

Avoid unnecessary String allocations #477

Closed mina86 closed 5 months ago

mina86 commented 7 months ago

Not sure what the issue with CI is. The error is in clap_lex dependency which shouldn’t be relevant to this PR:

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`
dhruvja commented 5 months ago

i think the CI seems to be fixed.