summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorClementTsang <cjhtsang@uwaterloo.ca>2020-08-23 21:43:24 -0400
committerClementTsang <cjhtsang@uwaterloo.ca>2020-08-23 21:43:24 -0400
commit6dca970541037964a4f7b758c9296563c866363c (patch)
tree49e46b7275f206fddd843402a31a0ecdf36070b6 /Cargo.toml
parent691f6647e097c7be1636f3e2e3d0191beea96fc3 (diff)
ci: switch to prepush rather than precommit
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 47950508..0bf5e0ac 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -75,4 +75,4 @@ output = "bottom_x86_64_installer.msi"
[dev-dependencies.cargo-husky]
version = "1"
default-features = false
-features = ["precommit-hook", "run-cargo-clippy"] \ No newline at end of file
+features = ["prepush-hook", "run-cargo-clippy"] \ No newline at end of file