mirror of
https://github.com/kmc7468/cs420.git
synced 2025-12-15 15:08:52 +00:00
Bump dependencies
This commit is contained in:
@@ -4,8 +4,8 @@
|
||||
set -e
|
||||
|
||||
# Run lints.
|
||||
cargo fmt --all -- --check # run `cargo fmt` to auto-correct format.
|
||||
cargo clippy
|
||||
cargo fmt --all -- --check # run `cargo fmt` to auto-correct the code.
|
||||
cargo clippy # run `cargo clippy --fix` to auto-correct the code.
|
||||
|
||||
# Run tests.
|
||||
RUST_MIN_STACK=33554432 cargo test --release test_examples_write_c -- --nocapture
|
||||
|
||||
Reference in New Issue
Block a user