Skip to content

Commit

Permalink
feat: revert shuttle.rs version
Browse files Browse the repository at this point in the history
Their deployment containers don't have the updated rustc version necessary.
  • Loading branch information
melothemarten committed Jul 25, 2024
1 parent d213622 commit f72dbd5
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 17 deletions.
28 changes: 14 additions & 14 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ license = "MIT"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
shuttle-runtime = "0.47.0"
shuttle-serenity = "0.47.0"
shuttle-shared-db = { version = "0.47.0", features = ["postgres"] }
shuttle-runtime = "0.46.0"
shuttle-serenity = "0.46.0"
shuttle-shared-db = { version = "0.46.0", features = ["postgres"] }
poise = "0.6"
anyhow = "1.0"
tokio = "1.28"
Expand Down

0 comments on commit f72dbd5

Please sign in to comment.