Skip to content

Commit

Permalink
Try fixing an unknown compatibility issue
Browse files Browse the repository at this point in the history
  • Loading branch information
jdh8 committed Sep 16, 2023
1 parent b74e14b commit 9d76733
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@ rand = "0.8.5"
regex = "1.9.5"
reqwest = "0.11.20"
serde_json = "1.0.105"
shuttle-poise = { git = "https://github.com/shuttle-hq/shuttle" }
shuttle-runtime = { git = "https://github.com/shuttle-hq/shuttle" }
shuttle-secrets = { git = "https://github.com/shuttle-hq/shuttle" }
shuttle-static-folder = { git = "https://github.com/shuttle-hq/shuttle" }
shuttle-poise = { git = "https://github.com/jdh8/shuttle", branch = "deploy" }
shuttle-runtime = { git = "https://github.com/jdh8/shuttle", branch = "deploy" }
shuttle-secrets = { git = "https://github.com/jdh8/shuttle", branch = "deploy" }
shuttle-static-folder = { git = "https://github.com/jdh8/shuttle", branch = "deploy" }
strum = { version = "0.25", features = ["derive"] }
tokio = { version = "1.32.0", features = ["full"] }
tree_magic_mini = "3.0.3"
Expand Down

0 comments on commit 9d76733

Please sign in to comment.