This repository was archived by the owner on Dec 21, 2019. It is now read-only.
This repository was archived by the owner on Dec 21, 2019. It is now read-only.
error: multiple packages link to native library ring-asm
, but a native library can be linked only once #8
Open
Description
Can't build with latest version of actix-web. Here is the error:
C:\Users\candronikos\Projects\project>cargo build
error: multiple packages link to native library `ring-asm`, but a native library can be linked only once
package `ring v0.13.2`
... which is depended on by `cookie v0.11.0`
... which is depended on by `actix-web v0.7.3`
... which is depended on by `project v0.1.0 (file:///C:/Users/candronikos/Projects/project)`
links to native library `ring-asm`
package `ring v0.12.1`
... which is depended on by `cookie v0.10.1`
... which is depended on by `actix-web v0.5.8`
... which is depended on by `sockjs v0.3.0`
... which is depended on by `project v0.1.0 (file:///C:/Users/candronikos/Projects/project)`
also links to native library `ring-asm`
Metadata
Metadata
Assignees
Labels
No labels