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
Any time I try to add any dependency, i get the same error. To be clear, this happens with literally every dependency I try.
When using the bash shell cargo add dioxus Updating 'https://github.com/rust-lang/crates.io-index' index Segmentation fault (core dumped)
When i use the fish shell, i get a similar result with a different message cargo add dioxus Updating 'https://github.com/rust-lang/crates.io-index' index fish: Job 1, 'cargo add dioxus' terminated by signal SIGSEGV (Address boundary error)
This is on a fresh install of cargo-edit (with cargo install cargo-edit), rust vesion is 1.58.0
OS is garuda linux
The text was updated successfully, but these errors were encountered:
Any time I try to add any dependency, i get the same error. To be clear, this happens with literally every dependency I try.
When using the bash shell
cargo add dioxus Updating 'https://github.com/rust-lang/crates.io-index' index Segmentation fault (core dumped)
When i use the fish shell, i get a similar result with a different message
cargo add dioxus Updating 'https://github.com/rust-lang/crates.io-index' index fish: Job 1, 'cargo add dioxus' terminated by signal SIGSEGV (Address boundary error)
This is on a fresh install of cargo-edit (with cargo install cargo-edit), rust vesion is 1.58.0
OS is garuda linux
The text was updated successfully, but these errors were encountered: