Skip to content

Commit 5fe183e

Browse files
committed
Bump version to v0.108.0
1 parent 1d3104b commit 5fe183e

File tree

8 files changed

+69
-69
lines changed

8 files changed

+69
-69
lines changed

Cargo.lock

Lines changed: 52 additions & 52 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: 3 additions & 3 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.107.0"
4+
version = "0.108.0"
55
license = "MIT"
66
authors = ["Nervos Core Dev <dev@nervos.org>"]
77
edition = "2021"
@@ -11,8 +11,8 @@ crate-type = ["cdylib", "rlib"]
1111

1212
[dependencies]
1313
ckb-mock-tx-types = { path = "../ckb-mock-tx-types" }
14-
ckb-script = { version="=0.107.0", default-features = false }
15-
ckb-types = "=0.107.0"
14+
ckb-script = { version="=0.108.0", default-features = false }
15+
ckb-types = "=0.108.0"
1616
faster-hex = "0.4.0"
1717
js-sys = "0.3.27"
1818
serde = { version="1.0", features = ["derive"] }

ckb-debugger/Cargo.toml

Lines changed: 4 additions & 4 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.107.0"
4+
version = "0.108.0"
55
license = "MIT"
66
authors = ["Nervos Core Dev <dev@nervos.org>"]
77
edition = "2021"
@@ -14,9 +14,9 @@ stdio = ["ckb-vm-debug-utils/stdio"]
1414
clap = "2.33.0"
1515
ckb-debugger-api = { path = "../ckb-debugger-api" }
1616
ckb-mock-tx-types = { path = "../ckb-mock-tx-types" }
17-
ckb-script = { version="=0.107.0", default-features = false }
18-
ckb-types = "=0.107.0"
19-
ckb-vm = { version = "=0.22.1" }
17+
ckb-script = { version="=0.108.0", default-features = false }
18+
ckb-types = "=0.108.0"
19+
ckb-vm = { version = "=0.22.2" }
2020
ckb-vm-debug-utils = { path = "../ckb-vm-debug-utils" }
2121
ckb-vm-pprof = { path = "../ckb-vm-pprof" }
2222
env_logger = "0.4.3"

ckb-debugger/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ For Rust library usage, refer to the included tests, they are quite self-explana
99
See the command line help part for usage on the binary debugger:
1010

1111
```text
12-
ckb-debugger 0.107.0
12+
ckb-debugger 0.108.0
1313
1414
USAGE:
1515
ckb-debugger [FLAGS] [OPTIONS] --mode <mode> --tx-file <tx-file> [args]...

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.107.0"
4+
version = "0.108.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.107.0"
13-
ckb-jsonrpc-types = "=0.107.0"
14-
ckb-traits = "=0.107.0"
12+
ckb-types = "=0.108.0"
13+
ckb-jsonrpc-types = "=0.108.0"
14+
ckb-traits = "=0.108.0"
1515
serde = { version = "1.0", features=["derive"] }

0 commit comments

Comments
 (0)