How do I tell portage to use a specific version of rust?
eselect has no effect for some reason.
Thanks
background:
I need to use this upstream commit for virtiofsd https://gitlab.com/virtio-fs/virtiofsd/ ... quests/306
But when I use the patch I get this error:
Code: Select all
* /opt/rust-bin-1.92.0/bin/cargo build --release
error: failed to select a version for the requirement `vhost = "^0.15.0"` (locked to 0.15.0)
candidate versions found which didn't match: 0.13.0
location searched: directory source `/var/tmp/portage/app-emulation/virtiofsd-1.13.2/work/cargo_home/gentoo` (which is replacing registry `crates-io`)
required by package `virtiofsd v1.13.2 (/var/tmp/portage/app-emulation/virtiofsd-1.13.2/work/virtiofsd-v1.13.2)`
