Skip to content

Commit fc241d9

Browse files
committed
Update ckb to 0.100.0-rc2
1 parent 0875761 commit fc241d9

File tree

3 files changed

+72
-51
lines changed

3 files changed

+72
-51
lines changed

Cargo.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@ exclude = ["bins", "js"]
1111
crate-type = ["cdylib", "rlib"]
1212

1313
[dependencies]
14-
ckb-chain-spec = { git="https://github.com/nervosnetwork/ckb", branch = "develop" }
15-
ckb-error = { git="https://github.com/nervosnetwork/ckb", branch = "develop" }
16-
ckb-traits = { git="https://github.com/nervosnetwork/ckb", branch = "develop" }
17-
ckb-types = { git="https://github.com/nervosnetwork/ckb", branch = "develop" }
18-
ckb-jsonrpc-types = { git="https://github.com/nervosnetwork/ckb", branch = "develop" }
19-
ckb-script = { git="https://github.com/nervosnetwork/ckb", branch = "develop", default-features = false, features = ["detect-asm"] }
14+
ckb-chain-spec = "0.100.0-rc2"
15+
ckb-error = "0.100.0-rc2"
16+
ckb-traits = "0.100.0-rc2"
17+
ckb-types = "0.100.0-rc2"
18+
ckb-jsonrpc-types = "0.100.0-rc2"
19+
ckb-script = { version="0.100.0-rc2", default-features = false, features = ["detect-asm"] }
2020
faster-hex = "0.4.0"
2121
serde = "1.0"
2222
serde_derive = "1.0"

bins/Cargo.lock

Lines changed: 63 additions & 42 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

bins/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ path = "src/main.rs"
1212

1313
[dependencies]
1414
clap = "2.33.0"
15-
ckb-chain-spec = { git="https://github.com/nervosnetwork/ckb", branch = "develop" }
16-
ckb-script = { git="https://github.com/nervosnetwork/ckb", branch = "develop" }
15+
ckb-chain-spec = "0.100.0-rc2"
16+
ckb-script = "0.100.0-rc2"
1717
ckb-standalone-debugger = { path = ".." }
18-
ckb-types = { git="https://github.com/nervosnetwork/ckb", branch = "develop" }
18+
ckb-types = "0.100.0-rc2"
1919
ckb-vm = { version = "0.20.0-rc1", features = ["detect-asm"] }
2020
ckb-vm-debug-utils = { git = "https://github.com/xxuejie/ckb-vm-debug-utils", rev = "3540fc9" }
2121
env_logger = "0.4.3"

0 commit comments

Comments
 (0)