Skip to content

Commit 3ca0064

Browse files
authored
Merge pull request #36 from SpringQL/use_high_level
refactor: switch to use high_level_rs apis
2 parents 84969da + 25e803b commit 3ca0064

File tree

8 files changed

+226
-128
lines changed

8 files changed

+226
-128
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@ Also check the changes in springql-core: <https://github.com/SpringQL/SpringQL/b
1313
<!-- markdownlint-disable MD024 -->
1414
## [Unreleased]
1515

16+
### For developers
17+
18+
- Rewrite with using springql-core's new APIs. ([#36](https://github.com/SpringQL/SpringQL-client-c/pull/36))
19+
1620
## [v0.9.0+2]
1721

1822
Depends on springql-core v0.9.0.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@ name = "springql_client"
1515
cbindgen = "0.23"
1616

1717
[dependencies]
18-
springql-core = "0.9.0"
18+
springql-core = "0.11.0"
1919

2020
log = "0.4"

0 commit comments

Comments
 (0)