1
1
[package ]
2
2
name = " ckb-chain"
3
- version = " 0.120.0-rc5 "
3
+ version = " 0.120.0"
4
4
license = " MIT"
5
5
authors = [
" Nervos Core Dev <[email protected] >" ]
6
6
edition = " 2021"
@@ -9,48 +9,48 @@ homepage = "https://github.com/nervosnetwork/ckb"
9
9
repository = " https://github.com/nervosnetwork/ckb"
10
10
11
11
[dependencies ]
12
- ckb-logger = { path = " ../util/logger" , version = " = 0.120.0-rc5 " }
13
- ckb-metrics = { path = " ../util/metrics" , version = " = 0.120.0-rc5 " }
14
- ckb-types = { path = " ../util/types" , version = " = 0.120.0-rc5 " }
15
- ckb-shared = { path = " ../shared" , version = " = 0.120.0-rc5 " }
16
- ckb-chain-spec = { path = " ../spec" , version = " = 0.120.0-rc5 " }
17
- ckb-store = { path = " ../store" , version = " = 0.120.0-rc5 " }
18
- ckb-verification = { path = " ../verification" , version = " = 0.120.0-rc5 " }
19
- ckb-verification-contextual = { path = " ../verification/contextual" , version = " = 0.120.0-rc5 " }
20
- ckb-verification-traits = { path = " ../verification/traits" , version = " = 0.120.0-rc5 " }
21
- ckb-systemtime = { path = " ../util/systemtime" , version = " = 0.120.0-rc5 " }
22
- ckb-stop-handler = { path = " ../util/stop-handler" , version = " = 0.120.0-rc5 " }
23
- ckb-proposal-table = { path = " ../util/proposal-table" , version = " = 0.120.0-rc5 " }
24
- ckb-error = { path = " ../error" , version = " = 0.120.0-rc5 " }
25
- ckb-app-config = { path = " ../util/app-config" , version = " = 0.120.0-rc5 " }
26
- ckb-channel = { path = " ../util/channel" , version = " = 0.120.0-rc5 " }
27
- ckb-db = { path = " ../db" , version = " = 0.120.0-rc5 " }
28
- ckb-db-schema = { path = " ../db-schema" , version = " = 0.120.0-rc5 " }
12
+ ckb-logger = { path = " ../util/logger" , version = " = 0.120.0" }
13
+ ckb-metrics = { path = " ../util/metrics" , version = " = 0.120.0" }
14
+ ckb-types = { path = " ../util/types" , version = " = 0.120.0" }
15
+ ckb-shared = { path = " ../shared" , version = " = 0.120.0" }
16
+ ckb-chain-spec = { path = " ../spec" , version = " = 0.120.0" }
17
+ ckb-store = { path = " ../store" , version = " = 0.120.0" }
18
+ ckb-verification = { path = " ../verification" , version = " = 0.120.0" }
19
+ ckb-verification-contextual = { path = " ../verification/contextual" , version = " = 0.120.0" }
20
+ ckb-verification-traits = { path = " ../verification/traits" , version = " = 0.120.0" }
21
+ ckb-systemtime = { path = " ../util/systemtime" , version = " = 0.120.0" }
22
+ ckb-stop-handler = { path = " ../util/stop-handler" , version = " = 0.120.0" }
23
+ ckb-proposal-table = { path = " ../util/proposal-table" , version = " = 0.120.0" }
24
+ ckb-error = { path = " ../error" , version = " = 0.120.0" }
25
+ ckb-app-config = { path = " ../util/app-config" , version = " = 0.120.0" }
26
+ ckb-channel = { path = " ../util/channel" , version = " = 0.120.0" }
27
+ ckb-db = { path = " ../db" , version = " = 0.120.0" }
28
+ ckb-db-schema = { path = " ../db-schema" , version = " = 0.120.0" }
29
29
faux = { version = " ^0.1" , optional = true }
30
30
ckb-merkle-mountain-range = " 0.5.2"
31
31
is_sorted = " 0.1.1"
32
- ckb-constant = { path = " ../util/constant" , version = " = 0.120.0-rc5 " }
33
- ckb-util = { path = " ../util" , version = " = 0.120.0-rc5 " }
32
+ ckb-constant = { path = " ../util/constant" , version = " = 0.120.0" }
33
+ ckb-util = { path = " ../util" , version = " = 0.120.0" }
34
34
crossbeam = " 0.8.2"
35
- ckb-network = { path = " ../network" , version = " = 0.120.0-rc5 " }
36
- ckb-tx-pool = { path = " ../tx-pool" , version = " = 0.120.0-rc5 " }
35
+ ckb-network = { path = " ../network" , version = " = 0.120.0" }
36
+ ckb-tx-pool = { path = " ../tx-pool" , version = " = 0.120.0" }
37
37
minstant = " 0.1.4"
38
38
dashmap = " 4.0"
39
39
40
40
[dev-dependencies ]
41
- ckb-test-chain-utils = { path = " ../util/test-chain-utils" , version = " = 0.120.0-rc5 " }
42
- ckb-dao-utils = { path = " ../util/dao/utils" , version = " = 0.120.0-rc5 " }
43
- ckb-reward-calculator = { path = " ../util/reward-calculator" , version = " = 0.120.0-rc5 " }
44
- ckb-tx-pool = { path = " ../tx-pool" , version = " = 0.120.0-rc5 " , features = [
41
+ ckb-test-chain-utils = { path = " ../util/test-chain-utils" , version = " = 0.120.0" }
42
+ ckb-dao-utils = { path = " ../util/dao/utils" , version = " = 0.120.0" }
43
+ ckb-reward-calculator = { path = " ../util/reward-calculator" , version = " = 0.120.0" }
44
+ ckb-tx-pool = { path = " ../tx-pool" , version = " = 0.120.0" , features = [
45
45
" internal" ,
46
46
] }
47
- ckb-jsonrpc-types = { path = " ../util/jsonrpc-types" , version = " = 0.120.0-rc5 " }
48
- ckb-network = { path = " ../network" , version = " = 0.120.0-rc5 " }
47
+ ckb-jsonrpc-types = { path = " ../util/jsonrpc-types" , version = " = 0.120.0" }
48
+ ckb-network = { path = " ../network" , version = " = 0.120.0" }
49
49
tempfile.workspace = true
50
- ckb-systemtime = { path = " ../util/systemtime" , version = " = 0.120.0-rc5 " , features = [
50
+ ckb-systemtime = { path = " ../util/systemtime" , version = " = 0.120.0" , features = [
51
51
" enable_faketime" ,
52
52
] }
53
- ckb-logger-service = { path = " ../util/logger-service" , version = " = 0.120.0-rc5 " }
53
+ ckb-logger-service = { path = " ../util/logger-service" , version = " = 0.120.0" }
54
54
55
55
[features ]
56
56
default = []
0 commit comments