Closed fornwall closed 1 year ago
This change makes rust-script execute the built binary directly (if it's newer than the generated Cargo.toml and main.rs files).
Cargo.toml
main.rs
-o
Let's drop --features (it can be added back if people are using it - it's just necessary to --force a rebuild if changing the features).
--features
--force
This change makes rust-script execute the built binary directly (if it's newer than the generated
Cargo.toml
andmain.rs
files).-o
output verbose: https://github.com/fornwall/rust-script/issues/30 (specifically this comment).Let's drop
--features
(it can be added back if people are using it - it's just necessary to--force
a rebuild if changing the features).