rusty-dev-containers icon indicating copy to clipboard operation
rusty-dev-containers copied to clipboard

[binstall] Expose version

Open storopoli opened this issue 1 year ago • 2 comments

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.

storopoli avatar Jul 03 '24 11:07 storopoli

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?

lee-orr avatar Jul 06 '24 00:07 lee-orr

specific version of binstall

storopoli avatar Jul 06 '24 09:07 storopoli