From 40e227e65cd2c4201299252d7c0cd9d816f6f9de Mon Sep 17 00:00:00 2001 From: 4t145 Date: Tue, 2 Apr 2024 11:03:10 +0800 Subject: [PATCH] Update Cargo.toml --- Cargo.toml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 850d8dc16..ebf531cb3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -69,17 +69,17 @@ tardis = { git = "https://github.com/ideal-world/tardis.git", rev = "191f3ec" } # "cache", # "k8s", # ] } -spacegate-shell = { path = "../spacegate/shell", features = [ - "cache", - "k8s", - "ext-redis", - "ext-axum", -] } -# spacegate-shell = { git = "https://github.com/ideal-world/spacegate.git", branch = "dev", features = [ +# spacegate-shell = { path = "../spacegate/shell", features = [ # "cache", # "k8s", # "ext-redis", # "ext-axum", # ] } +spacegate-shell = { git = "https://github.com/ideal-world/spacegate.git", branch = "dev", features = [ + "cache", + "k8s", + "ext-redis", + "ext-axum", +] } spacegate-plugin = { git = "https://github.com/ideal-world/spacegate.git", branch = "master" }