dfinity / cycles-wallet

DFINITY Cycles Wallet
Apache License 2.0
55 stars 30 forks source link

chore: use rust toolchain 1.52.1 #106

Closed ericswanson-dfinity closed 3 years ago

ericswanson-dfinity commented 3 years ago

Avoids errors like this:

Compiling binread v2.2.0 error[E0277]: the trait bound Arg: std::marker::Copy is not satisfied --> /home/runner/.cargo/registry/src/github.com-1ecc6299db9ec823/binread-2.2.0/src/helpers.rs:59:8 59 T: BinRead, ^^^^^^^^^^^^^^^^^^^ the trait std::marker::Copy is not implemented for Arg
::: /home/runner/.cargo/registry/src/github.com-1ecc6299db9ec823/binread-2.2.0/src/lib.rs:183:11 183 pub trait BinRead: Sized { ------- required by a bound in this ... 187 type Args: Any + Copy; ---- required by this bound in BinRead