Skip to content

Commit 482244a

Browse files
David Tolnaymeta-codesync[bot]
authored andcommitted
Clean up rusqlite AI slop
Reviewed By: capickett Differential Revision: D113249298 fbshipit-source-id: 11a299ad00e9fce1b4432d0f1d85264200c44451
1 parent 3095734 commit 482244a

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

shed/sql/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ futures-util = { version = "0.3.30", features = ["compat"] }
1919
futures_ext = { version = "0.1.0", path = "../futures_ext" }
2020
mysql_async = "0.33.0"
2121
mysql_common = { version = "0.31.0", features = ["chrono", "default"] }
22-
rusqlite = { version = "0.37.0", features = ["backup", "blob", "bundled", "column_decltype", "functions", "limits", "modern_sqlite", "serde_json"] }
22+
rusqlite = { version = "0.37.0", features = ["backup", "blob", "bundled", "column_decltype", "functions", "limits", "modern_sqlite", "serde_json", "vtab"] }
2323
sql_common = { version = "0.1.0", path = "common" }
2424

2525
[dev-dependencies]

shed/sql/common/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ itertools = "0.15.0"
2323
mysql_async = "0.33.0"
2424
mysql_client_traits = { version = "0.1.0", path = "../mysql_client_traits" }
2525
mysql_derive = { version = "0.1.0", path = "../derive" }
26-
rusqlite = { version = "0.37.0", features = ["backup", "blob", "bundled", "column_decltype", "functions", "limits", "modern_sqlite", "serde_json"] }
26+
rusqlite = { version = "0.37.0", features = ["backup", "blob", "bundled", "column_decltype", "functions", "limits", "modern_sqlite", "serde_json", "vtab"] }
2727
serde = { version = "1.0.219", features = ["derive", "rc"] }
2828
serde_json = { version = "1.0.140", features = ["alloc", "float_roundtrip", "raw_value", "unbounded_depth"] }
2929
stats = { version = "0.1.0", path = "../../stats" }

0 commit comments

Comments
 (0)