Skip to content

Commit

Permalink
Bump ckb dependencies to v0.116.1 (#130)
Browse files Browse the repository at this point in the history
* Bump ckb dependencies to v0.116.0-rc2

* Bump ckb dependencies to v0.116.0

* Bump ckb dependencies to v0.116.1
  • Loading branch information
eval-exec authored May 11, 2024
1 parent 1b35d71 commit a478101
Show file tree
Hide file tree
Showing 10 changed files with 83 additions and 83 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.115.0-rc2"
version = "0.116.1"
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.115.0-rc2"
ckb-chain-spec = "=0.115.0-rc2"
ckb-jsonrpc-types = "=0.115.0-rc2"
ckb-mock-tx-types = { path = "../ckb-mock-tx-types", version = "0.115.0-rc2" }
ckb-script = { version = "=0.115.0-rc2", default-features = false }
ckb-types = "=0.115.0-rc2"
ckb-hash = "=0.116.1"
ckb-chain-spec = "=0.116.1"
ckb-jsonrpc-types = "=0.116.1"
ckb-mock-tx-types = { path = "../ckb-mock-tx-types", version = "0.116.1" }
ckb-script = { version = "=0.116.1", default-features = false }
ckb-types = "=0.116.1"
ckb-vm = "=0.24.9"
hex = "0.4"
regex = "1"
Expand Down
Loading

0 comments on commit a478101

Please sign in to comment.