We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5447b03 commit 715867eCopy full SHA for 715867e
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "ckb-sdk"
3
-version = "3.4.0"
+version = "3.4.1"
4
authors = [ "Linfeng Qian <thewawar@gmail.com>", "Nervos Core Dev <dev@nervos.org>" ]
5
edition = "2018"
6
license = "MIT"
README.md
@@ -15,7 +15,7 @@ These features allow for seamless interaction with CKB and facilitate the develo
15
```toml
16
# Cargo.toml
17
[dependencies]
18
-ckb-sdk = "3.4.0"
+ckb-sdk = "3.4"
19
```
20
21
## Build
0 commit comments