From eca5066d1b4982bd9058db604a800711bb301f8f Mon Sep 17 00:00:00 2001 From: Sho Nakatani Date: Sat, 12 Mar 2022 09:46:36 +0900 Subject: [PATCH] build: uses springql-core in crates.io --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 18318d3..5b3238e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,6 +15,6 @@ name = "springql_client" cbindgen = "0.20" [dependencies] -springql-core = {git = "https://github.com/SpringQL/SpringQL"} +springql-core = "0.1.1" log = "0.4"