diff --git a/ckb-debugger-api/Cargo.toml b/ckb-debugger-api/Cargo.toml index c7ed439..5ee55fb 100644 --- a/ckb-debugger-api/Cargo.toml +++ b/ckb-debugger-api/Cargo.toml @@ -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 "] edition = "2021" @@ -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" diff --git a/ckb-debugger/Cargo.toml b/ckb-debugger/Cargo.toml index 600b164..d1bd8ce 100644 --- a/ckb-debugger/Cargo.toml +++ b/ckb-debugger/Cargo.toml @@ -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 "] edition = "2021" @@ -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" } diff --git a/ckb-mock-tx-types/Cargo.toml b/ckb-mock-tx-types/Cargo.toml index c99c1fa..603dade 100644 --- a/ckb-mock-tx-types/Cargo.toml +++ b/ckb-mock-tx-types/Cargo.toml @@ -1,7 +1,7 @@ [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 "] @@ -9,7 +9,7 @@ authors = ["Nervos Core Dev "] # 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"] } diff --git a/ckb-vm-debug-utils/Cargo.toml b/ckb-vm-debug-utils/Cargo.toml index 3206e6b..ea36ec4 100644 --- a/ckb-vm-debug-utils/Cargo.toml +++ b/ckb-vm-debug-utils/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ckb-vm-debug-utils" -version = "0.111.0-rc12" +version = "0.111.0" authors = ["Xuejie Xiao "] edition = "2021" diff --git a/ckb-vm-pprof-converter/Cargo.toml b/ckb-vm-pprof-converter/Cargo.toml index b5b6c6f..d814c50 100644 --- a/ckb-vm-pprof-converter/Cargo.toml +++ b/ckb-vm-pprof-converter/Cargo.toml @@ -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" diff --git a/ckb-vm-pprof-protos/Cargo.toml b/ckb-vm-pprof-protos/Cargo.toml index d1e0c01..743e670 100644 --- a/ckb-vm-pprof-protos/Cargo.toml +++ b/ckb-vm-pprof-protos/Cargo.toml @@ -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" diff --git a/ckb-vm-pprof/Cargo.toml b/ckb-vm-pprof/Cargo.toml index 530fafc..955dd9d 100644 --- a/ckb-vm-pprof/Cargo.toml +++ b/ckb-vm-pprof/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ckb-vm-pprof" -version = "0.111.0-rc12" +version = "0.111.0" authors = ["mohanson "] edition = "2021" diff --git a/ckb-vm-signal-profiler/Cargo.toml b/ckb-vm-signal-profiler/Cargo.toml index 38e71c4..1f69b38 100644 --- a/ckb-vm-signal-profiler/Cargo.toml +++ b/ckb-vm-signal-profiler/Cargo.toml @@ -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"