Skip to content

Commit 18edc0f

Browse files
authored
Bump version to v0.200.1 (#174)
1 parent 8689a20 commit 18edc0f

File tree

2 files changed

+15
-15
lines changed

2 files changed

+15
-15
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ members = [
1111
]
1212

1313
[workspace.package]
14-
version = "0.200.0"
14+
version = "0.200.1"
1515

1616
[workspace.dependencies]
1717
# CKB dependencies
@@ -24,13 +24,13 @@ ckb-types = "=0.200.0"
2424
ckb-vm = { version = "=0.24.13", default-features = false, features = ["pprof"] }
2525

2626
# Crates defined in current workspace
27-
ckb-debugger = { path = "ckb-debugger", version = "0.200.0" }
28-
ckb-mock-tx-types = { path = "ckb-mock-tx-types", version = "0.200.0" }
29-
ckb-vm-debug-utils = { path = "ckb-vm-debug-utils", version = "0.200.0" }
30-
ckb-vm-pprof = { path = "ckb-vm-pprof", version = "0.200.0" }
31-
ckb-vm-pprof-converter = { path = "ckb-vm-pprof-converter", version = "0.200.0" }
32-
ckb-vm-pprof-protos = { path = "ckb-vm-pprof-protos", version = "0.200.0" }
33-
ckb-vm-signal-profiler = { path = "ckb-vm-signal-profiler", version = "0.200.0" }
27+
ckb-debugger = { path = "ckb-debugger", version = "0.200.1" }
28+
ckb-mock-tx-types = { path = "ckb-mock-tx-types", version = "0.200.1" }
29+
ckb-vm-debug-utils = { path = "ckb-vm-debug-utils", version = "0.200.1" }
30+
ckb-vm-pprof = { path = "ckb-vm-pprof", version = "0.200.1" }
31+
ckb-vm-pprof-converter = { path = "ckb-vm-pprof-converter", version = "0.200.1" }
32+
ckb-vm-pprof-protos = { path = "ckb-vm-pprof-protos", version = "0.200.1" }
33+
ckb-vm-signal-profiler = { path = "ckb-vm-signal-profiler", version = "0.200.1" }
3434

3535
# Other common crates
3636
addr2line = "0.17"

0 commit comments

Comments
 (0)