Skip to content
This repository was archived by the owner on Jun 3, 2025. It is now read-only.
/ merde Public archive

Commit c7640af

Browse files
Upgrade rusqlite
1 parent 601b125 commit c7640af

File tree

2 files changed

+27
-18
lines changed

2 files changed

+27
-18
lines changed

Cargo.lock

Lines changed: 26 additions & 17 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

merde_core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ rust-version = "1.83"
1515
compact_str = { version = "0.8.0" }
1616
compact_bytes = { version = "0.1.3" }
1717
ordered-float = "5.0.0"
18-
rusqlite = { version = "0.32.1", optional = true }
18+
rusqlite = { version = "0.35.0", optional = true }
1919
serde = { version = "1", optional = true }
2020
time = { version = "0.3.36", optional = true, features = [
2121
"parsing",

0 commit comments

Comments
 (0)