Cody Lamson

Results 4 comments of Cody Lamson

For the record, my current band-aid for this is to override the `Cargo.lock` entry for `anyhow` like so: ```toml [[package]] name = "anyhow" version = "1.0.58" source = "registry+https://github.com/rust-lang/crates.io-index" checksum...

Adding initial error received when using neovim (coc-rust-analyzer) & vscode rust-analyzer extension for more visibility: I got this error: ``` failed to run build scripts Check the server logs for...

> Did anyone got a fix for it ? I already gave the fix in this issue: https://github.com/coral-xyz/anchor/issues/2111#issuecomment-1209524622

This problem has been fixed by `anyhow` itself in it's latest release: https://github.com/dtolnay/anyhow/releases/tag/1.0.61 `anchor init` will automatically pull down this version rather than version `1.0.60` which was breaking things. I...