We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
ckb-sdk-rust
4.3.0
1 parent 673789b commit 7e192e8Copy full SHA for 7e192e8
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "ckb-sdk"
3
-version = "4.2.0"
+version = "4.3.0"
4
authors = [
5
"Linfeng Qian <thewawar@gmail.com>",
6
"Nervos Core Dev <dev@nervos.org>",
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 = "4.2.0"
+ckb-sdk = "4.3.0"
19
```
20
21
## Build
0 commit comments