Skip to content

Commit 239aa06

Browse files
committed
Bump ckb-sdk-rust to v4.0.0
1 parent f827659 commit 239aa06

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 = "3.7.0"
3+
version = "4.0.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 = "3.7.0"
18+
ckb-sdk = "4.0.0"
1919
```
2020

2121
## Build

0 commit comments

Comments
 (0)