From 65bb0ec9e1f693aff718936c67dabf55bcf3a0fc Mon Sep 17 00:00:00 2001 From: RWDai <27391645+RWDai@users.noreply.github.com> Date: Thu, 7 Nov 2024 10:15:31 +0800 Subject: [PATCH] chores: pin asteroid-mq version --- Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index c527093b5..7bc662c54 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -68,9 +68,9 @@ tardis = { version = "0.1.0-rc.17" } # tardis = { git = "https://github.com/ideal-world/tardis.git", rev = "9cc9b3e" } # asteroid-mq = { git = "https://github.com/4t145/asteroid-mq.git", rev = "d59c64d" } # asteroid-mq = { git = "https://github.com/4t145/asteroid-mq.git", rev = "83a6643" } -asteroid-mq = { version = "0.1.0-alpha.3" } +asteroid-mq = { version = "=0.1.0-alpha.3" } # asteroid-mq-sdk = { git = "https://github.com/4t145/asteroid-mq.git", rev = "83a6643" } -asteroid-mq-sdk = { version = "0.1.0-alpha.3" } +asteroid-mq-sdk = { version = "=0.1.0-alpha.3" } #spacegate # spacegate-shell = { version = "0.2.0", path = "../spacegate/crates/shell", features = [ @@ -78,7 +78,7 @@ asteroid-mq-sdk = { version = "0.1.0-alpha.3" } # "k8s", # "ext-axum", # ] } -spacegate-shell = { version="0.2.0-alpha.2", features = [ +spacegate-shell = { version = "0.2.0-alpha.2", features = [ "cache", "k8s", "ext-axum",