use main branch for rusqlite
Signed-off-by: strawberry <strawberry@puppygock.gay>
This commit is contained in:
parent
7d825690f7
commit
33f0d111bc
2 changed files with 4 additions and 4 deletions
4
Cargo.lock
generated
4
Cargo.lock
generated
|
@ -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",
|
||||
|
|
|
@ -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"]
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue