From 03a939c11e183689d9285189ab54500606409d04 Mon Sep 17 00:00:00 2001 From: yamabiiko Date: Mon, 12 Feb 2024 09:36:54 +0200 Subject: [PATCH] Update swap/sqlite_dev_setup.sh: add version Co-authored-by: Byron Hambly --- swap/sqlite_dev_setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/swap/sqlite_dev_setup.sh b/swap/sqlite_dev_setup.sh index 39d51c0f..a30adaff 100755 --- a/swap/sqlite_dev_setup.sh +++ b/swap/sqlite_dev_setup.sh @@ -1,7 +1,7 @@ #!/bin/bash # run this script from the swap dir -# make sure you have sqlx-cli installed: cargo install sqlx-cli +# make sure you have sqlx-cli installed: cargo install --version 0.6.3 sqlx-cli # it's advised for the sqlx-cli to be the same version as specified in cargo.toml # this script creates a temporary sqlite database