diff options
Diffstat (limited to 'posts')
-rw-r--r-- | posts/install-rust-analyzer-on-openbsd-current.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/posts/install-rust-analyzer-on-openbsd-current.md b/posts/install-rust-analyzer-on-openbsd-current.md index 32eab56..06efa2c 100644 --- a/posts/install-rust-analyzer-on-openbsd-current.md +++ b/posts/install-rust-analyzer-on-openbsd-current.md @@ -56,7 +56,7 @@ I've also added the above commands to my local update script to keep rustc, rust ## Errata -Sometimes Cargo fails install from a Git URL due to an incompatible version of libgit2. +Sometimes Cargo fails to install crates from Git repositories due to an incompatible version of libgit2. If so, you can install the latest weekly release of rust-analyzer from [crates.io](https://crates.io/crates/ra_ap_rust-analyzer) as follows: $ cargo install \ |