You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
Nightly is unstable and I don't want to use it for my application.
Describe the solution you'd like
A clear and concise description of what you want to happen.
An option to disable whatever options require nightly rust to be used.
Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
Additional context
Add any other context or screenshots about the feature request here.
The text was updated successfully, but these errors were encountered:
An interesting approach for now would be to allow by default Cargo to be the stable one so I can easily use fleet only in the projects that I want or can. So you'd need to change your process::Command usage to include the +nightly argument.
We wish fleet would be a drop-in replacement for cargo accepting all cargo conformant cli args.
These currently are not valid with fleet, but I'm certain others would hope it would be: RUSTFLAGS=-Awarnings fleet +stable build --release --verbose RUSTFLAGS=-Awarnings fleet +nightly build --release --verbose RUSTFLAGS=-Awarnings fleet +nightly-2022-04-19 build --release --verbose
Currently it's unclear which toolchain is used when building. I believe it should be stated as part of the output at the beginning.
I also believe it should state whether it is building a release or a debug binary as well.
Is your feature request related to a problem? Please describe.
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
Nightly is unstable and I don't want to use it for my application.
Describe the solution you'd like
A clear and concise description of what you want to happen.
An option to disable whatever options require nightly rust to be used.
Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
Additional context
Add any other context or screenshots about the feature request here.
The text was updated successfully, but these errors were encountered: