From 943154725aa8de99a5d11ffc5fefae3bcc2dc0d7 Mon Sep 17 00:00:00 2001 From: JesusPerez Date: Sat, 9 Oct 2021 00:58:21 +0100 Subject: [PATCH] chore: fix versions & lib/webenv --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index e77fc3b..e2ee6e9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -56,7 +56,7 @@ redis = { version = "0.21.2", features = [ "tokio-comp", "cluster"] } redis-graph = { version = "0.4.1", features = ['tokio-comp'] } sqlx = {version = "0.5.7", default-features = false, features = ["macros","runtime-tokio-rustls","sqlite", "mysql", "postgres", "decimal", "chrono"]} -zterton = { version = "0.1.1", path = "../lib/zterton" } +webenv = { version = "0.1.2", path = "../lib/webenv" } app_tools = { version = "0.1.0", path = "../lib/utils/app_tools" } app_env = { version = "0.1.0", path = "../lib/defs/app_env" } @@ -78,4 +78,4 @@ clds = { version = "0.1.0", path = "../lib/clds" } key_of_life = { path = "../lib/key_of_life" } [dev-dependencies] -pretty_assertions = "0.7.2" +pretty_assertions = "1.0.0"