Skip to content

Commit

Permalink
Bump version to v0.111.0 (#106)
Browse files Browse the repository at this point in the history
  • Loading branch information
eval-exec authored Sep 14, 2023
1 parent 1f56963 commit a17d834
Show file tree
Hide file tree
Showing 8 changed files with 20 additions and 20 deletions.
12 changes: 6 additions & 6 deletions ckb-debugger-api/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "ckb-debugger-api"
description = "Standalone debugger for Nervos CKB"
version = "0.111.0-rc12"
version = "0.111.0"
license = "MIT"
authors = ["Nervos Core Dev <dev@nervos.org>"]
edition = "2021"
Expand All @@ -10,12 +10,12 @@ edition = "2021"
crate-type = ["cdylib", "rlib"]

[dependencies]
ckb-hash = "=0.111.0-rc12"
ckb-chain-spec = "=0.111.0-rc12"
ckb-jsonrpc-types = "=0.111.0-rc12"
ckb-hash = "=0.111.0"
ckb-chain-spec = "=0.111.0"
ckb-jsonrpc-types = "=0.111.0"
ckb-mock-tx-types = { path = "../ckb-mock-tx-types" }
ckb-script = { version = "=0.111.0-rc12", default-features = false }
ckb-types = "=0.111.0-rc12"
ckb-script = { version = "=0.111.0", default-features = false }
ckb-types = "=0.111.0"
ckb-vm = "=0.24.6"
faster-hex = "0.4.0"
hex = "0.4"
Expand Down
10 changes: 5 additions & 5 deletions ckb-debugger/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "ckb-debugger"
description = "Standalone debugger for Nervos CKB"
version = "0.111.0-rc12"
version = "0.111.0"
license = "MIT"
authors = ["Nervos Core Dev <dev@nervos.org>"]
edition = "2021"
Expand All @@ -13,12 +13,12 @@ probes = ["probe", "ckb-script/flatmemory"]

[dependencies]
clap = "2.33.0"
ckb-chain-spec = "=0.111.0-rc12"
ckb-chain-spec = "=0.111.0"
ckb-debugger-api = { path = "../ckb-debugger-api" }
ckb-hash = "=0.111.0-rc12"
ckb-hash = "=0.111.0"
ckb-mock-tx-types = { path = "../ckb-mock-tx-types" }
ckb-script = { version = "=0.111.0-rc12", default-features = false }
ckb-types = "=0.111.0-rc12"
ckb-script = { version = "=0.111.0", default-features = false }
ckb-types = "=0.111.0"
ckb-vm = { version = "=0.24.6" }
ckb-vm-debug-utils = { path = "../ckb-vm-debug-utils" }
ckb-vm-pprof = { path = "../ckb-vm-pprof" }
Expand Down
8 changes: 4 additions & 4 deletions ckb-mock-tx-types/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
[package]
name = "ckb-mock-tx-types"
description = "CKB mock transaction types"
version = "0.111.0-rc12"
version = "0.111.0"
license = "MIT"
edition = "2021"
authors = ["Nervos Core Dev <dev@nervos.org>"]

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

[dependencies]
ckb-types = "=0.111.0-rc12"
ckb-jsonrpc-types = "=0.111.0-rc12"
ckb-traits = "=0.111.0-rc12"
ckb-types = "=0.111.0"
ckb-jsonrpc-types = "=0.111.0"
ckb-traits = "=0.111.0"
serde = { version = "1.0", features=["derive"] }
2 changes: 1 addition & 1 deletion ckb-vm-debug-utils/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ckb-vm-debug-utils"
version = "0.111.0-rc12"
version = "0.111.0"
authors = ["Xuejie Xiao <xxuejie@gmail.com>"]
edition = "2021"

Expand Down
2 changes: 1 addition & 1 deletion ckb-vm-pprof-converter/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ckb-vm-pprof-converter"
version = "0.111.0-rc12"
version = "0.111.0"
edition = "2021"
description = "Convert raw data generated by ckb-vm-pprof to proto format accepted by Google's pprof tool"

Expand Down
2 changes: 1 addition & 1 deletion ckb-vm-pprof-protos/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ckb-vm-pprof-protos"
version = "0.111.0-rc12"
version = "0.111.0"
edition = "2018"
description = "Crate for generating Rust definitions from pprof proto"

Expand Down
2 changes: 1 addition & 1 deletion ckb-vm-pprof/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ckb-vm-pprof"
version = "0.111.0-rc12"
version = "0.111.0"
authors = ["mohanson <mohanson@outlook.com>"]
edition = "2021"

Expand Down
2 changes: 1 addition & 1 deletion ckb-vm-signal-profiler/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ckb-vm-signal-profiler"
version = "0.111.0-rc12"
version = "0.111.0"
edition = "2018"
description = "Linux signal based profiler for ckb-vm, note this is profiling ckb-vm itself, not the programs running in ckb-vm"

Expand Down

0 comments on commit a17d834

Please sign in to comment.