Skip to content

Commit

Permalink
chores: pin asteroid-mq version
Browse files Browse the repository at this point in the history
  • Loading branch information
RWDai committed Nov 7, 2024
1 parent f557299 commit 65bb0ec
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -68,17 +68,17 @@ 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 = [
# "cache",
# "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",
Expand Down

0 comments on commit 65bb0ec

Please sign in to comment.