From 74b4d80f9d680a38964e3ab4accd22acd5c1cb7c Mon Sep 17 00:00:00 2001 From: Billy Chan Date: Wed, 6 Jul 2022 17:02:59 +0800 Subject: [PATCH] Update [issues] --- issues/630/Cargo.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/issues/630/Cargo.toml b/issues/630/Cargo.toml index 57fbc5f4..00409cb5 100644 --- a/issues/630/Cargo.toml +++ b/issues/630/Cargo.toml @@ -13,8 +13,7 @@ serde = "^1" tokio = { version = "^1", features = ["rt", "rt-multi-thread", "macros"] } [dependencies.sea-orm] -path = "../../" # remove this line in your own project -version = "^0.7" +path = "../../" default-features = false features = ["macros", "runtime-tokio-native-tls", "debug-print", "with-json", "with-chrono"]