Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Build error with latest async-trait #111

Open
kvinwang opened this issue Jul 11, 2022 · 3 comments
Open

Build error with latest async-trait #111

kvinwang opened this issue Jul 11, 2022 · 3 comments

Comments

@kvinwang
Copy link

kvinwang commented Jul 11, 2022

  --> /home/kvin/.cargo/registry/src/github.com-1ecc6299db9ec823/rocket_cors-0.6.0-alpha1/src/fairing.rs:29:18
   |
29 |         let _ = &__arg2;
   |                  ^^^^^^ not found in this scope
@jamesbirtles
Copy link

Looks like this was fixed in #108 but is not yet on crates.io

for now i'm just referencing it via git:

# Change back to crates.io version when https://github.com/lawliet89/rocket_cors/pull/108 is published
rocket_cors = { git = "https://github.com/lawliet89/rocket_cors.git", rev = "54fae070"  }

@hamidrezakp
Copy link

Why isn't there any new release with this commit in it? it's been a while.

@mike-at-hypothetic
Copy link

Yes I'm getting this in 0.6.0-alpha1 as well. The direct link above indeed works, but I eagerly await its appearance on crates.io.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants