cargo install
does not work
#2695
-
Describe the bug To Reproduce Expected behavior Screenshots/Backtrace/Sample Data
Desktop (please complete the following information):
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
Unfortunately, https://github.com/dathere/qsv?tab=readme-ov-file#option-3-install-with-rust You'll need compile from source. https://github.com/dathere/qsv?tab=readme-ov-file#option-4-compile-from-source Notice that I heavily comment the patch.crates.io section as to why qsv is using patched versions of several crates. I also often create PRs for the patched crates, and remove the patches once my PRs are merged. Lines 306 to 354 in f14f15b Converting this issue to a discussion so other folks who have the same issue can find it. |
Beta Was this translation helpful? Give feedback.
-
Here's an example command and then the cargo build --release --bin qsv -F feature_capable,apply,fetch,foreach,geocode,luau,polars,to,ui |
Beta Was this translation helpful? Give feedback.
Unfortunately,
cargo install
does not honor the[patch.crates.io]
section of Cargo.toml as noted in Installation Option 3.https://github.com/dathere/qsv?tab=readme-ov-file#option-3-install-with-rust
You'll need compile from source.
https://github.com/dathere/qsv?tab=readme-ov-file#option-4-compile-from-source
Notice that I heavily comment the patch.crates.io section as to why qsv is using patched versions of several crates. I also often create PRs for the patched crates, and remove the patches once my PRs are merged.
qsv/Cargo.toml
Lines 306 to 354 in f14f15b