Join GitHub today
GitHub is home to over 28 million developers working together to host and review code, manage projects, and build software together.
Sign upCannot install diesel_cli without mysql #818
Comments
This comment has been minimized.
|
|
This comment has been minimized.
|
I think you need --no--default--features as well. See cargo install -h for
more info.
Eijebong <notifications@github.com> schrieb am Mi. 22. März 2017 um 12:27:
… cargo install diesel_cli --features postgres,sqlite will allow you to
compile diesel_cli without mysql support
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#818 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AABOX8X5uMmT8RewQESCqy5NIYTbCU6Fks5roQWUgaJpZM4MlCKy>
.
|
This comment has been minimized.
|
Yes. We install with all supported backends by default, you need to specify |
sgrif
closed this
Mar 22, 2017
This comment has been minimized.
thombles
commented
Jul 11, 2017
|
A note for anyone finding this later—features are space-separated so the working command is:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Gurpartap commentedMar 22, 2017
$ cargo install diesel_cli ... ... Compiling diesel_cli v0.12.0 Finished release [optimized] target(s) in 68.30 secs Installing /Users/Gurpartap/.cargo/bin/dieseldiesel_cli v0.12.0
Rust 1.16.0
macOS 10.12.3