Skip to content

Commit

Permalink
fix: rig-sqlite missing version in Cargo.toml (#137)
Browse files Browse the repository at this point in the history
  • Loading branch information
cvauclair authored Dec 3, 2024
1 parent 9d074d6 commit 0e7010a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rig-sqlite/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ rusqlite = { version = "0.32", features = ["bundled"] }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
sqlite-vec = "0.1"
tokio-rusqlite = { git = "https://github.com/programatik29/tokio-rusqlite", features = [
tokio-rusqlite = { git = "https://github.com/programatik29/tokio-rusqlite", version = "0.6.0", features = [
"bundled",
] }
tracing = "0.1"
Expand Down

0 comments on commit 0e7010a

Please sign in to comment.