Skip to content

Commit 647630c

Browse files
authored
Merge pull request #155 from eval-exec/exec/bump-4.4.0
Bump `ckb-sdk-rust` to `4.4.0`
2 parents 0c33e48 + d29a74f commit 647630c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "ckb-sdk"
3-
version = "4.3.0"
3+
version = "4.4.0"
44
authors = [
55
"Linfeng Qian <thewawar@gmail.com>",
66
"Nervos Core Dev <dev@nervos.org>",

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ These features allow for seamless interaction with CKB and facilitate the develo
1515
```toml
1616
# Cargo.toml
1717
[dependencies]
18-
ckb-sdk = "4.3.0"
18+
ckb-sdk = "4.4.0"
1919
```
2020

2121
## Build

0 commit comments

Comments
 (0)