tvallotton / rocket_auth

An implementation for an authentication API for Rocket applications.
https://docs.rs/rocket_auth/
Apache License 2.0
73 stars 35 forks source link

Does not compile with rocket 0.5.0 (not Rc3) #69

Open robertsarkozi opened 4 months ago

robertsarkozi commented 4 months ago

It does not compile when you create a project with only rocket 0.5.0 and rocket_auth 0.4.0 Cargo.toml:

[package]
name = "example"
version = "0.1.0"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
rocket = "0.5.0"
rocket_auth = "0.4.0"

build_errors.txt