Skip to content

Commit 166efdb

Browse files
authored
Bump version to v0.110.0 (#85)
1 parent 254e7d2 commit 166efdb

File tree

9 files changed

+70
-70
lines changed

9 files changed

+70
-70
lines changed

Cargo.lock

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

ckb-debugger-api/Cargo.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "ckb-debugger-api"
33
description = "Standalone debugger for Nervos CKB"
4-
version = "0.109.0"
4+
version = "0.110.0"
55
license = "MIT"
66
authors = ["Nervos Core Dev <dev@nervos.org>"]
77
edition = "2021"
@@ -10,12 +10,12 @@ edition = "2021"
1010
crate-type = ["cdylib", "rlib"]
1111

1212
[dependencies]
13-
ckb-hash = "=0.109.0"
14-
ckb-chain-spec = "=0.109.0"
15-
ckb-jsonrpc-types = "=0.109.0"
13+
ckb-hash = "=0.110.0"
14+
ckb-chain-spec = "=0.110.0"
15+
ckb-jsonrpc-types = "=0.110.0"
1616
ckb-mock-tx-types = { path = "../ckb-mock-tx-types" }
17-
ckb-script = { version="=0.109.0", default-features = false }
18-
ckb-types = "=0.109.0"
17+
ckb-script = { version="=0.110.0", default-features = false }
18+
ckb-types = "=0.110.0"
1919
ckb-vm = { version = "=0.23.2" }
2020
faster-hex = "0.4.0"
2121
hex = "0.4"

ckb-debugger/Cargo.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "ckb-debugger"
33
description = "Standalone debugger for Nervos CKB"
4-
version = "0.109.0"
4+
version = "0.110.0"
55
license = "MIT"
66
authors = ["Nervos Core Dev <dev@nervos.org>"]
77
edition = "2021"
@@ -13,12 +13,12 @@ probes = ["probe", "ckb-script/flatmemory"]
1313

1414
[dependencies]
1515
clap = "2.33.0"
16-
ckb-chain-spec = "=0.109.0"
16+
ckb-chain-spec = "=0.110.0"
1717
ckb-debugger-api = { path = "../ckb-debugger-api" }
18-
ckb-hash = "=0.109.0"
18+
ckb-hash = "=0.110.0"
1919
ckb-mock-tx-types = { path = "../ckb-mock-tx-types" }
20-
ckb-script = { version="=0.109.0", default-features = false }
21-
ckb-types = "=0.109.0"
20+
ckb-script = { version="=0.110.0", default-features = false }
21+
ckb-types = "=0.110.0"
2222
ckb-vm = { version = "=0.23.2" }
2323
ckb-vm-debug-utils = { path = "../ckb-vm-debug-utils" }
2424
ckb-vm-pprof = { path = "../ckb-vm-pprof" }

ckb-mock-tx-types/Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
[package]
22
name = "ckb-mock-tx-types"
33
description = "CKB mock transaction types"
4-
version = "0.109.0"
4+
version = "0.110.0"
55
license = "MIT"
66
edition = "2021"
77
authors = ["Nervos Core Dev <dev@nervos.org>"]
88

99
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
1010

1111
[dependencies]
12-
ckb-types = "=0.109.0"
13-
ckb-jsonrpc-types = "=0.109.0"
14-
ckb-traits = "=0.109.0"
12+
ckb-types = "=0.110.0"
13+
ckb-jsonrpc-types = "=0.110.0"
14+
ckb-traits = "=0.110.0"
1515
serde = { version = "1.0", features=["derive"] }

ckb-vm-debug-utils/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "ckb-vm-debug-utils"
3-
version = "0.109.0"
3+
version = "0.110.0"
44
authors = ["Xuejie Xiao <xxuejie@gmail.com>"]
55
edition = "2021"
66

0 commit comments

Comments
 (0)