Skip to content

Commit

Permalink
Merge pull request #154 from XuJiandong/release-0.10.5
Browse files Browse the repository at this point in the history
chore: update ckb-testtool version
  • Loading branch information
XuJiandong authored May 17, 2024
2 parents 5bd198c + b51a3df commit 04fd58c
Show file tree
Hide file tree
Showing 6 changed files with 36 additions and 13 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

The format is based on [Keep a Changelog](https://keepachangelog.com).

## [v0.10.5] - 2024-05-17

CKB Testtool(v0.12.0):

* update dependencies

## [v0.10.3] - 2024-01-4

Capsule:
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

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

3 changes: 2 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ckb-capsule"
version = "0.10.4"
version = "0.10.5"
authors = ["Nervos Network"]
edition = "2021"
license = "MIT"
Expand Down Expand Up @@ -49,3 +49,4 @@ members = [
"crates/tests",
]
exclude = ["tmp", "tests/test-contract"]
resolver = "2"
34 changes: 25 additions & 9 deletions crates/tests/test-contract/Cargo.lock

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

2 changes: 1 addition & 1 deletion rust-toolchain
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.74.0
1.75.0
2 changes: 1 addition & 1 deletion templates/rust/tests/Cargo-manifest.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
ckb-testtool = "0.10"
ckb-testtool = "0.11"

0 comments on commit 04fd58c

Please sign in to comment.