Skip to content

Commit

Permalink
Bump version to v0.112.1 (nervosnetwork#119)
Browse files Browse the repository at this point in the history
  • Loading branch information
mohanson authored Nov 22, 2023
1 parent d67fb63 commit 2091bc7
Show file tree
Hide file tree
Showing 11 changed files with 84 additions and 84 deletions.
106 changes: 53 additions & 53 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 7 additions & 7 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"
version = "0.112.1"
license = "MIT"
authors = ["Nervos Core Dev <[email protected]>"]
edition = "2021"
Expand All @@ -10,12 +10,12 @@ edition = "2021"
crate-type = ["cdylib", "rlib"]

[dependencies]
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", version="0.111.0" }
ckb-script = { version = "=0.111.0", default-features = false }
ckb-types = "=0.111.0"
ckb-hash = "=0.112.1"
ckb-chain-spec = "=0.112.1"
ckb-jsonrpc-types = "=0.112.1"
ckb-mock-tx-types = { path = "../ckb-mock-tx-types", version="0.112.1" }
ckb-script = { version = "=0.112.1", default-features = false }
ckb-types = "=0.112.1"
ckb-vm = "=0.24.6"
hex = "0.4"
regex = "1"
Expand Down
Loading

0 comments on commit 2091bc7

Please sign in to comment.