lee-orr / rusty-dev-containers

A collection of dev container features for working with rust
MIT License
17 stars 6 forks source link

[binstall] Expose version #31

Open storopoli opened 2 months ago

storopoli commented 2 months ago

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.

lee-orr commented 2 months ago

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?

storopoli commented 2 months ago

specific version of binstall