https://linen.dev logo
Deploy error caused by failing to read Cargo.toml
# help
a
Cargo.toml is as below:
Copy code
[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 😅
k
I'm not sure what you're full error looks like, but if you didn't change anything, it may be because we have released
0.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
?
And also a
cargo install cargo-shuttle
to update the CLI
a
Just carried out cargo install and updated all shuttle-related dependencies, just waiting to see if it finishes
Ok we're cooking with gas looks like I just jumped the gun a bit too early, thanks again!
also I hope my regular error reports are helping 😂
k
Nice 🥳 Yeah, keep em coming!