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
--> /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
The text was updated successfully, but these errors were encountered:
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 publishedrocket_cors = { git = "https://github.com/lawliet89/rocket_cors.git", rev = "54fae070" }
The text was updated successfully, but these errors were encountered: