Skip to content

Commit

Permalink
Update tardis version to fix k8s issue (#613)
Browse files Browse the repository at this point in the history
* update spacegate and tardis version

* update tardis version
  • Loading branch information
4t145 authored Jan 25, 2024
1 parent 62f596f commit b673a3b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 9 deletions.
7 changes: 4 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -59,11 +59,12 @@ run_script = { version = "0.10" }
testcontainers-modules = { version = "0.2" }
strum = { version = "0.25", features = ["derive"] }
# tardis
tardis = { version = "0.1.0-rc.9" }
# tardis = { version = "0.1.0-rc.9" }
# tardis = { path = "../tardis/tardis" }
# tardis = { git = "https://github.com/ideal-world/tardis.git", rev = "9424e16" }
tardis = { git = "https://github.com/ideal-world/tardis.git", rev = "dd1c4b7" }
#spacegate
spacegate-kernel = { git = "https://github.com/ideal-world/spacegate.git", rev = "35cff4fdc", features = [

spacegate-kernel = { git = "https://github.com/ideal-world/spacegate.git", rev = "f37a81a", features = [
"ws",
"cache",
"k8s",
Expand Down
7 changes: 1 addition & 6 deletions services/bios-all/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,7 @@ publish.workspace = true

[dependencies]
serde.workspace = true
tardis = { workspace = true, features = [
"web-server",
"conf-remote",
"cluster",
"k8s",
] }
tardis = { workspace = true, features = ["web-server", "conf-remote", "cluster", "k8s"] }
bios-iam = { path = "../../support/iam", features = ["spi_search", "spi_kv"] }
bios-auth = { path = "../../support/auth", features = ["web-server"] }
bios-reach = { path = "../../support/reach" }
Expand Down

0 comments on commit b673a3b

Please sign in to comment.