We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
ckb-sdk-rust
4.4.0
1 parent 0c33e48 commit d29a74fCopy full SHA for d29a74f
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "ckb-sdk"
3
-version = "4.3.0"
+version = "4.4.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.3.0"
+ckb-sdk = "4.4.0"
19
```
20
21
## Build
0 commit comments