Bump dependencies

This commit is contained in:
Jeehoon Kang
2023-02-28 12:00:44 +09:00
parent 8df80203b8
commit b299644675
4 changed files with 36 additions and 46 deletions

View File

@@ -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