Skip to content

Commit c8877c2

Browse files
authored
Merge pull request #138 from eval-exec/exec/update-3.7.0
Bump `ckb-sdk-rust` to `3.7.0`
2 parents ca23058 + 69b6f77 commit c8877c2

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 = "3.6.0"
3+
version = "3.7.0"
44
authors = [
55
"Linfeng Qian <[email protected]>",
66
"Nervos Core Dev <[email protected]>",

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

2121
## Build

0 commit comments

Comments
 (0)