use rusqlite commit before c-strings were added
this is a 1.77.0 rust feature, this would require bumping MSRV Signed-off-by: strawberry <strawberry@puppygock.gay>
This commit is contained in:
parent
4b4b63eda4
commit
051668b62b
2 changed files with 4 additions and 4 deletions
|
@ -243,8 +243,8 @@ features = ["multi-threaded-cf"]
|
|||
|
||||
[dependencies.rusqlite]
|
||||
git = "https://github.com/rusqlite/rusqlite"
|
||||
branch = "master"
|
||||
#rev = "def8e9460d8376a5c0c9f4f9846d413a9cd4581a"
|
||||
#branch = "master"
|
||||
rev = "e00b626e2b1c67347d789fb7f600281705c89381"
|
||||
optional = true
|
||||
features = ["bundled"]
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue