Skip to content

Commit

Permalink
Update Cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
4t145 authored Apr 2, 2024
1 parent 8a9224d commit 40e227e
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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" }

0 comments on commit 40e227e

Please sign in to comment.