From 22278d7d75d3e5c582af2c178bad99014b570fe0 Mon Sep 17 00:00:00 2001 From: Clement Tsang <34804052+ClementTsang@users.noreply.github.com> Date: Wed, 2 Sep 2020 02:59:51 -0400 Subject: other: aarch64 support (#217) Adds theoretical aarch64 support. --- .cargo-husky/hooks/pre-push | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.cargo-husky') diff --git a/.cargo-husky/hooks/pre-push b/.cargo-husky/hooks/pre-push index 3a69d89a..cb2307a8 100755 --- a/.cargo-husky/hooks/pre-push +++ b/.cargo-husky/hooks/pre-push @@ -4,4 +4,4 @@ echo "Executing: cargo +nightly clippy -- -D clippy::all" cargo +nightly clippy -- -D clippy::all echo "Executing: cargo test" -cargo test \ No newline at end of file +cargo test -- cgit v1.2.3