rusty-dev-containers
rusty-dev-containers copied to clipboard
[binstall] Expose version
Some devcontainers need to have rust set to a specific version for MSRV.
That can make the binstall feature fail because it always fetch the latest version and sometimes it is incompatible with the cargo version that is installed in the devcontainer.
I'm uncertain what the solution to this is? Do you mean exposing a way to binstall a specific package version, or a specific version of binstall?
specific version of binstall