diff options
| -rwxr-xr-x | export.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3,7 +3,7 @@ # Require : Cargo (Rust) # Build -if cargo build --workspace --release >/dev/null 2>&1; then +if cargo build --workspace --release; then # Export cargo run --manifest-path crates/build_helper/Cargo.toml --bin exporter fi |
