We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 673789b + 7e192e8 commit f81f75dCopy full SHA for f81f75d
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