agreeable-painting-48846
12/15/2022, 10:56 AM[package]
name = "shuttle-rocket-api1"
version = "0.1.0"
edition = "2021"
publish = false
[lib]
[dependencies]
anyhow = "1.0.66"
async-stripe = { version = "0.15.0", features = ["runtime-tokio-hyper"] }
bcrypt = "0.13.0"
chrono = "0.4.22"
futures = "0.3.25"
jsonwebtoken = { version = "8", default-features = false }
lazy_static = "1.4"
rocket = { version = "0.5.0-rc.2", features = ["json"] }
serde = { version = "1.0", features = ["derive"] }
shuttle-secrets = "0.7.2"
shuttle-service = { version = "0.7.2", features = ["web-rocket"]}
shuttle-shared-db = {version = "0.7.2", features = ["postgres"]}
sqlx = { version = "0.6.2", features = ["postgres"] }
status = "0.0.10"
Not sure what's gone wrong here as I haven't changed anything 😅kind-area-3810
12/15/2022, 11:54 AM0.8.0 (release notes and announcement coming soon, sorry about the delay), and your project's container has been updated (it updates if you do cargo shuttle project new). Could you try updating all the shuttle stuff to 0.8?kind-area-3810
12/15/2022, 11:54 AMcargo install cargo-shuttle to update the CLIagreeable-painting-48846
12/15/2022, 12:28 PMagreeable-painting-48846
12/15/2022, 12:43 PMkind-area-3810
12/15/2022, 2:06 PM