Skip to content

Commit cf899c5

Browse files
committed
chore: use ckb 1.0.0 crates
1 parent 647630c commit cf899c5

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

Cargo.toml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -32,25 +32,25 @@ dashmap = "5.4"
3232
dyn-clone = "1.0"
3333
async-trait = "0.1"
3434

35-
ckb-types = "0.202.0"
36-
ckb-dao-utils = "0.202.0"
37-
ckb-traits = "0.202.0"
38-
ckb-jsonrpc-types = "0.202.0"
39-
ckb-hash = "0.202.0"
40-
ckb-resource = "0.202.0"
35+
ckb-types = "1.0.0-rc1"
36+
ckb-dao-utils = "1.0.0-rc1"
37+
ckb-traits = "1.0.0-rc1"
38+
ckb-jsonrpc-types = "1.0.0-rc1"
39+
ckb-hash = "1.0.0-rc1"
40+
ckb-resource = "1.0.0-rc1"
4141
ckb-system-scripts-v0_5_4 = { package="ckb-system-scripts", version="=0.5.4" }
4242
ckb-system-scripts-v0_6_0 = { package="ckb-system-scripts", version="=0.6.0" }
43-
ckb-crypto = { version = "=0.202.0", features = ["secp"] }
44-
ckb-script = "0.202.0"
43+
ckb-crypto = { version = "=1.0.0-rc1", features = ["secp"] }
44+
ckb-script = "1.0.0-rc1"
4545
bitflags = "1.3.2"
4646
sha3 = "0.10.1"
4747
enum-repr-derive = "0.2.0"
4848
hex = "0.4"
4949

5050
# for feature test
5151
rand = { version = "0.7.3", optional = true }
52-
ckb-mock-tx-types = { version = "0.202.0" }
53-
ckb-chain-spec = "0.202.0"
52+
ckb-mock-tx-types = { git = "https://github.com/quake/ckb-vm-contrib", branch = "quake/ckb-1.0.0" }
53+
ckb-chain-spec = "1.0.0-rc1"
5454

5555
sparse-merkle-tree = { version = "0.6", optional = true }
5656
async-iterator = "2.3.0"

0 commit comments

Comments
 (0)