chore(deps): bump deps and toolchain to new versions #152
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Commits
Bump toolchain to 1.72.1.
anstyle
requires rustc 1.70.0 or newer.Bump ckb-related crates from 0.109.0 to 0.110.2.
Fix incorrect data in log outputs (introduced since chore: tweak log levels and add logs #151).
ckb-light-client/src/protocols/light_client/components/send_last_state_proof.rs
Lines 856 to 858 in d78e15b
Why don't upgrade CKB-related crates to
v0.111.0
?Depends on CKB-related crates with
v0.111.0-rc8
is fine.But depends on CKB-related crates with
v0.111.0-rc9
, thecargo test
under Windows in GitHub Action will be failed; I tried--test-threads 1
and it failed too.👉 Click for details.
Unit tests cause error
STATUS_STACK_BUFFER_OVERRUN
under Windows in GitHub Action (windows-2019
).CKB 0.111.0, Rust 1.72.1 Case-1
CKB 0.111.0, Rust 1.72.1 Case-2
CKB 0.111.0, Rust 1.72.1 Case-3
CKB 0.111.0, Rust 1.72.1 Case-4 with
--test-threads 1
CKB 0.111.0, Rust 1.71.1 Case-1
CKB 0.111.0, Rust 1.71.1 Case-2
Unit tests are slower 3 times under Ubuntu in GitHub Action (CKB 0.111.0, Rust 1.72.1, ubuntu-latest).