use main branch for rusqlite

Signed-off-by: strawberry <strawberry@puppygock.gay>
This commit is contained in:
strawberry 2024-03-10 20:31:16 -04:00 committed by June
parent 7d825690f7
commit 33f0d111bc
2 changed files with 4 additions and 4 deletions

4
Cargo.lock generated
View file

@ -1289,7 +1289,7 @@ dependencies = [
[[package]]
name = "libsqlite3-sys"
version = "0.28.0"
source = "git+https://github.com/rusqlite/rusqlite?rev=def8e9460d8376a5c0c9f4f9846d413a9cd4581a#def8e9460d8376a5c0c9f4f9846d413a9cd4581a"
source = "git+https://github.com/rusqlite/rusqlite?branch=master#30a211056e46920110070ca155d1794f0a8561ec"
dependencies = [
"cc",
"pkg-config",
@ -2274,7 +2274,7 @@ dependencies = [
[[package]]
name = "rusqlite"
version = "0.31.0"
source = "git+https://github.com/rusqlite/rusqlite?rev=def8e9460d8376a5c0c9f4f9846d413a9cd4581a#def8e9460d8376a5c0c9f4f9846d413a9cd4581a"
source = "git+https://github.com/rusqlite/rusqlite?branch=master#30a211056e46920110070ca155d1794f0a8561ec"
dependencies = [
"bitflags 2.4.2",
"fallible-iterator",

View file

@ -264,8 +264,8 @@ features = [
[dependencies.rusqlite]
git = "https://github.com/rusqlite/rusqlite"
#branch = "master"
rev = "def8e9460d8376a5c0c9f4f9846d413a9cd4581a"
branch = "master"
#rev = "def8e9460d8376a5c0c9f4f9846d413a9cd4581a"
optional = true
features = ["bundled"]