Skip to content

Commit 715867e

Browse files
committed
chore: upgrade to 3.4.1
1 parent 5447b03 commit 715867e

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.4.0"
3+
version = "3.4.1"
44
authors = [ "Linfeng Qian <thewawar@gmail.com>", "Nervos Core Dev <dev@nervos.org>" ]
55
edition = "2018"
66
license = "MIT"

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.4.0"
18+
ckb-sdk = "3.4"
1919
```
2020

2121
## Build

0 commit comments

Comments
 (0)