nervosnetwork / ckb-light-client

CKB light client reference implementation
MIT License
14 stars 16 forks source link

build: upgrade the default rust toolchain #115

Closed yangby-cryptape closed 1 year ago

yangby-cryptape commented 1 year ago

Currently, we use same toolchain for ckb-light-client and tools in CI environment, such as grcov.

The grcov couldn't build since last night after the crate ignore upgraded, because our toolchain is too old.

So, this PR upgrade the default rust toolchain. And few code changes according to tips from clippy.

Fix CI in #113 and #114.