From 636d5ff79a45c33d27f62b99edc905b847750ac1 Mon Sep 17 00:00:00 2001 From: Owen Jacobson Date: Wed, 4 Sep 2024 10:10:56 -0400 Subject: Write down dependency for `cargo sqlx prepare --check`. --- git-hooks/pre-commit | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/git-hooks/pre-commit b/git-hooks/pre-commit index 98f1c37..3c12443 100755 --- a/git-hooks/pre-commit +++ b/git-hooks/pre-commit @@ -6,5 +6,6 @@ # Make sure there are no screamers in the code. cargo check -# Make sure the prepared statement data in .sqlx is up to date. +# Make sure the prepared statement data in .sqlx is up to date. Requires +# `cargo-sqlx` (`cargo install cargo-sqlx`). cargo sqlx prepare --check -- cgit v1.2.3