You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description
I tried to deploy loco app to shuttle, so I generate shuttle.rs with using cargo loco g deployment --kind shuttle.
This file have 2 errors.
this function takes 3 arguments but 2 arguments were supplied
the trait bound shuttle_axum::AxumService: std::convert::From<axum::routing::Router> is not satisfied
the trait std::convert::From<axum::routing::Router> is implemented for shuttle_axum::AxumService
for that trait implementation, expected axum::routing::Router, found axum::routing::Router
required for axum::routing::Router to implement std::convert::Into<shuttle_axum::AxumService>
To Reproduce cargo loco g deployment --kind shuttle
specify shuttle's version from '0.46.0' to '0.50.0'
Expected Behavior
fix compile errors
Environment:
~ on master [?] is 📦 v1.0.0 via 🥟 v1.1.26 via v22.5.1
❯ cargo --version
cargo 1.83.0 (5ffbef321 2024-10-29)
~ on master [?] is 📦 v1.0.0 via 🥟 v1.1.26 via v22.5.1
❯ rustc --version
rustc 1.83.0 (90b35a623 2024-11-26)
~ on master [?] is 📦 v1.0.0 via 🥟 v1.1.26 via v22.5.1
❯ loco --version
loco 0.14.0
Description
I tried to deploy loco app to shuttle, so I generate shuttle.rs with using
cargo loco g deployment --kind shuttle
.This file have 2 errors.
To Reproduce
cargo loco g deployment --kind shuttle
specify shuttle's version from '0.46.0' to '0.50.0'
Expected Behavior
fix compile errors
Environment:
Additional Context
related #1143
The text was updated successfully, but these errors were encountered: