Commit d0dcbca
authored
Upgrade rust-toolchain from 1.85.0 to 1.92.0 (#4993)
<!--
Thank you for contributing to nervosnetwork/ckb!
If you haven't already, please read
[CONTRIBUTING](https://github.com/nervosnetwork/ckb/blob/develop/CONTRIBUTING.md)
document.
If you're unsure about anything, just ask; somebody should be along to
answer within a day or two.
PR Title Format:
1. module [, module2, module3]: what's changed
2. *: what's changed
-->
### What problem does this PR solve?
Wait nervosnetwork/ckb-docker-builder#34
### Related changes
- Upgrade rust toolchain from 1.85.0 to 1.91.0
### Check List <!--REMOVE the items that are not applicable-->
Tests <!-- At least one of them must be included. -->
- Unit test
- Integration test
- Manual test (add detailed scripts or steps below)
- No code ci-runs-only: [ quick_checks,linters ]
Side effects
- Performance regression
- Breaking backward compatibility
### Release note <!-- Choose from None, Title Only and Note. Bugfixes or
new features need a release note. -->
```release-note
Title Only: Include only the PR title in the release note.
```
---------
Signed-off-by: Eval EXEC <execvy@gmail.com>1 parent ab8798f commit d0dcbca
File tree
111 files changed
+815
-826
lines changed- .github/workflows
- chain/src
- tests
- ckb-bin/src
- subcommand
- db-migration/src
- db/src
- devtools/doc/rpc-gen/src
- docker/hub
- freezer/src
- miner/src/worker
- network/src
- peer_store
- protocols
- discovery
- hole_punching
- tests
- resource/src
- rpc/src
- module
- tests
- util
- script
- src
- syscalls
- verify/tests
- testdata
- spec/src
- versionbits
- store/src
- sync/src
- relayer/tests
- synchronizer
- types
- test/src
- specs
- sync
- tx_pool
- tx-pool/src
- block_assembler
- component
- util
- app-config/src/configs
- dao/src
- gen-types/src
- extension
- indexer-sync/src
- indexer/src
- jsonrpc-types/src
- launcher/src
- light-client-protocol-server/src/components
- logger-service/src
- migrate/src/migrations
- onion/src
- rich-indexer/src
- indexer_handle/async_indexer_handle
- indexer
- snapshot/src
- src
- systemtime/src
- test-chain-utils/src
- types/src
- core
- utilities
- verification/src
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
111 files changed
+815
-826
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
41 | | - | |
| 41 | + | |
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | | - | |
| 31 | + | |
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
34 | | - | |
| 34 | + | |
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
| |||
84 | 84 | | |
85 | 85 | | |
86 | 86 | | |
87 | | - | |
| 87 | + | |
88 | 88 | | |
89 | 89 | | |
90 | 90 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
33 | | - | |
| 33 | + | |
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | | - | |
| 32 | + | |
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | | - | |
| 32 | + | |
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
| 19 | + | |
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
93 | 93 | | |
94 | 94 | | |
95 | 95 | | |
96 | | - | |
| 96 | + | |
97 | 97 | | |
98 | 98 | | |
99 | 99 | | |
| |||
181 | 181 | | |
182 | 182 | | |
183 | 183 | | |
184 | | - | |
| 184 | + | |
185 | 185 | | |
186 | 186 | | |
187 | 187 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
| 11 | + | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
0 commit comments