From ef17af31c22bc7f986837a2ea6e398e07c68d915 Mon Sep 17 00:00:00 2001 From: Austin Bonander Date: Wed, 14 Sep 2022 15:47:00 -0700 Subject: [PATCH] fix: cannot publish with wildcard dep --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 78e91bd1..5b55757f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -148,7 +148,7 @@ rand_xoshiro = "0.6.0" hex = "0.4.3" tempdir = "0.3.7" # Needed to test SQLCipher -libsqlite3-sys = { version = "*", features = ["bundled-sqlcipher"] } +libsqlite3-sys = { version = "0.24", features = ["bundled-sqlcipher"] } # # Any