Skip to content

Commit f81f75d

Browse files
authored
Merge pull request #153 from eval-exec/exec/upgrade-v4.3.0
Bump `ckb-sdk-rust` to `4.3.0`
2 parents 673789b + 7e192e8 commit f81f75d

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 = "4.2.0"
3+
version = "4.3.0"
44
authors = [
55
"Linfeng Qian <thewawar@gmail.com>",
66
"Nervos Core Dev <dev@nervos.org>",

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 = "4.2.0"
18+
ckb-sdk = "4.3.0"
1919
```
2020

2121
## Build

0 commit comments

Comments
 (0)