Skip to content

Commit 4390e5b

Browse files
authored
Bump version to v0.200.0 (#161)
1 parent 4cc1589 commit 4390e5b

File tree

9 files changed

+92
-78
lines changed

9 files changed

+92
-78
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,3 @@ members = [
99
"ckb-vm-pprof-protos",
1010
"ckb-vm-signal-profiler",
1111
]
12-
13-
[patch.crates-io]
14-
ckb-chain-spec = { git = "https://github.com/libraries/ckb", branch = "v0.200.0-rc2" }
15-
ckb-hash = { git = "https://github.com/libraries/ckb", branch = "v0.200.0-rc2" }
16-
ckb-jsonrpc-types = { git = "https://github.com/libraries/ckb", branch = "v0.200.0-rc2" }
17-
ckb-script = { git = "https://github.com/libraries/ckb", branch = "v0.200.0-rc2" }
18-
ckb-traits = { git = "https://github.com/libraries/ckb", branch = "v0.200.0-rc2" }
19-
ckb-types = { git = "https://github.com/libraries/ckb", branch = "v0.200.0-rc2" }

ckb-debugger/Cargo.toml

Lines changed: 8 additions & 8 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.200.0-rc1"
4+
version = "0.200.0"
55
license = "MIT"
66
authors = ["Nervos Core Dev <dev@nervos.org>"]
77
edition = "2021"
@@ -13,13 +13,13 @@ default = []
1313
addr2line = "0.17"
1414
byteorder = "1"
1515
clap = "2.33.0"
16-
ckb-chain-spec = "=0.200.0-rc1"
17-
ckb-hash = "=0.200.0-rc1"
18-
ckb-jsonrpc-types = "=0.200.0-rc1"
19-
ckb-mock-tx-types = { path = "../ckb-mock-tx-types", version = "0.200.0-rc1" }
20-
ckb-script = { version = "=0.200.0-rc1", default-features = false, features = ["flatmemory"] }
21-
ckb-traits = "=0.200.0-rc1"
22-
ckb-types = "=0.200.0-rc1"
16+
ckb-chain-spec = "=0.200.0"
17+
ckb-hash = "=0.200.0"
18+
ckb-jsonrpc-types = "=0.200.0"
19+
ckb-mock-tx-types = { path = "../ckb-mock-tx-types", version = "0.200.0" }
20+
ckb-script = { version = "=0.200.0", default-features = false, features = ["flatmemory"] }
21+
ckb-traits = "=0.200.0"
22+
ckb-types = "=0.200.0"
2323
ckb-vm = { version = "=0.24.13", default-features = false, features = ["pprof"] }
2424
env_logger = "0.4.3"
2525
gdbstub = "0.7"

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.200.0-rc1"
4+
version = "0.200.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.200.0-rc1"
13-
ckb-jsonrpc-types = "=0.200.0-rc1"
14-
ckb-traits = "=0.200.0-rc1"
12+
ckb-types = "=0.200.0"
13+
ckb-jsonrpc-types = "=0.200.0"
14+
ckb-traits = "=0.200.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.200.0-rc1"
3+
version = "0.200.0"
44
authors = ["Xuejie Xiao <xxuejie@gmail.com>"]
55
edition = "2021"
66
description = "Utils for ckb-debugger"

0 commit comments

Comments
 (0)