Commit 6470a56
chore(core): rusqlite 0.40→0.32 对齐 libsqlite3-sys 0.30,使 innate 可作 in-process SDK 与 sqlx 共存
rusqlite 0.40 拽 libsqlite3-sys 0.38,与依赖方常用的 sqlx 0.8(libsqlite3-sys 0.30)
因 links="sqlite3" 唯一性硬冲突,导致 innate 无法作为库嵌入这类宿主。降到 rusqlite 0.32
(libsqlite3-sys ^0.30)后二者共用一份 sqlite。核心 API 不变,133 测试全过。
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>1 parent ebc9c7f commit 6470a56
2 files changed
Lines changed: 48 additions & 48 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | | - | |
| 26 | + | |
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
| |||
0 commit comments