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
{{ message }}
This repository has been archived by the owner on Jan 22, 2025. It is now read-only.
Problem
I am building on my new Mac m1 and it failed.
The author of
ring
says it can be fixed by upgrading dependency (briansmith/ring#1163).I tried add ring = "0.16.19" to cargo.toml but failed because this virtual manifest specifies a [dependencies] section, which is not allowed
I tried to search ring in the project directory and I only find them in cargo.lock.
It seems ring is a dependency of dependency of Solana. I am new to Rust and I do not know how to fix this.
Proposed Solution
The text was updated successfully, but these errors were encountered: