Skip to content
Snippets Groups Projects
Commit f1a19748 authored by Robert Czechowski's avatar Robert Czechowski
Browse files

Database connectors: Switch default sqlite variant to sqlite_v2

parent f2bf568f
Branches cleanup_db_connectors
Tags
No related merge requests found
Pipeline #393 passed
......@@ -13,10 +13,10 @@ license = "LGPL-3.0"
[features]
rusqlite_old = ["rusqlite"]
rusqlite_new = ["rusqlite"]
default = ["rusqlite_old"]
complete = ["rusqlite_old", "postgres", "webbrowser"]
server = ["rusqlite_old", "postgres"]
desktop = ["rusqlite_old", "webbrowser"]
default = ["rusqlite_new"]
complete = ["rusqlite_new", "postgres", "webbrowser"]
server = ["rusqlite_new", "postgres"]
desktop = ["rusqlite_new", "webbrowser"]
watch = ["handlebars-iron/watch"]
strict = [] # Treat warnings as a build error
debug = []
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment