foundry-rs / foundry-rs/foundryup
Feature request: Toolchain selector syntax (`forge +nightly test`)
Open
- Dominant language
- Rust
- Stars
- 13
- Forks
- 8
- Avg merge
- 4h 25m
- Merged PRs (30d)
- 10
Description
It would be great to have symlinks to a wrapper that enables rustup-style toolchain selection:
```bash
forge +nightly test
forge +stable test
cast +1.5.0 call ...
```
This would allow quickly switching between toolchains for a single command without needing to run `foundryup -v ` first.
Similar to how rustup handles `cargo +nightly build`.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.