-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
sqlx-cli
: Divergence between versions: cargo binstall
vs cargo install
#259
Comments
I think it might be related to the features enabled? |
I thought so too at first, but |
I think it's related to rusqlite
AFAIK the That might be the reason for it. I checked its doc, I didn't find any environment for forcing vendor, only found So it'd be great if sqlx can have a vendored feature to vendor everything, I could enable it in quickinstall. |
[dependencies.libsqlite3-sys]
version = "0.30.1"
default-features = false
features = [
"pkg-config",
"vcpkg",
"bundled",
"unlock_notify"
] (c) source it looks like a -- Also of note is this ticket (discussion): launchbadge/sqlx#191 , which asks for |
Update: the issue mentioned above has been finished, but there has been no |
While recently investigating the error, I concluded that something was wrong with the compiled version of
sqlx-cli
.In brief:
I'd be happy to help with testing, research if needed
The text was updated successfully, but these errors were encountered: