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
When I try to build my project (on nightly) this error show
error[E0583]: file not found for module `montgomery`
--> /home/samaritan/.cargo/registry/src/github.ghproxy.top-1ecc6299db9ec823/ring-0.11.0/src/arithmetic/arithmetic.rs:15:9
|
15 | pub mod montgomery;
| ^^^^^^^^^^
|
= help: name the file either arithmetic/montgomery.rs or arithmetic/montgomery/mod.rs inside the directory "/home/samaritan/.cargo/registry/src/github.ghproxy.top-1ecc6299db9ec823/ring-0.11.0/src/arithmetic"
As you can see here briansmith/ring#621 it's already signaled but i can't patch the ring dependency because you already patched it.
Any idea ?
Thank you !
The text was updated successfully, but these errors were encountered:
Hello,
I'm using rocket 0.3.5 on arch linux x64.
When I try to build my project (on nightly) this error show
As you can see here briansmith/ring#621 it's already signaled but i can't patch the ring dependency because you already patched it.
Any idea ?
Thank you !
The text was updated successfully, but these errors were encountered: