Allow the user to specify the used driver #206
Labels
A-marker-cargo
Area: All things connected to `cargo_marker`
C-enhancement
Category: New feature or request
The driver for marker, is usually installed using the
cargo marker setup
command. This command installs the driver version hardcoded incargo-marker
. It would be good if the user could manually specify the driver version and toolchain.Note, that the version and toolchain always have to be provided as a pair. It would be cool if marker would have a mapping of
toolchain -> driver version
. But the only way I can think of would require manually having a list. Having the user specify both for now, should be fine.I believe the best solution for this, would be to add a new field to marker's configuration under the
workspace.metadata.marker
section inCargo.toml
Optional: For testing purposes, it would also be cool if a path could be used instead of the version field. (Maybe guarded by the
dev-build
feature)The text was updated successfully, but these errors were encountered: