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
Rocket 0.5.0-rc.4 was just released with several breaking changes.
At the moment sea-orm-rocket="=0.5.2" is not compatible with v0.5.0-rc.4
error[E0599]: no function or associated item named `default` found for trait `Paint` --> /.cargo/registry/src/index.crates.io-6f17d22bba15001f/sea-orm-rocket-0.5.2/src/database.rs:134:30 |134 | let fairing = Paint::default(format!("{}::init()", dbtype)).bold(); | ^^^^^^^ function or associated item not found in `Paint`error[E0599]: no function or associated item named `default` found for trait `Paint` --> /.cargo/registry/src/index.crates.io-6f17d22bba15001f/sea-orm-rocket-0.5.2/src/database.rs:137:20 |137 | Paint::default(dbtype).bold() | ^^^^^^^ function or associated item not found in `Paint`error[E0599]: no variant or associated item named `Failure` found for enum `Outcome` in the current scope --> /.cargo/registry/src/index.crates.io-6f17d22bba15001f/sea-orm-rocket-0.5.2/src/database.rs:264:30 |264 | None => Outcome::Failure((Status::InternalServerError, None)), | ^^^^^^^ variant or associated item not found in `Outcome<_, (Status, _), Status>`
The text was updated successfully, but these errors were encountered:
Rocket 0.5.0-rc.4 was just released with several breaking changes.
At the moment
sea-orm-rocket="=0.5.2"
is not compatible withv0.5.0-rc.4
The text was updated successfully, but these errors were encountered: