diff options
author | Stefan Kreutz <mail@skreutz.com> | 2022-04-08 20:51:37 +0200 |
---|---|---|
committer | Stefan Kreutz <mail@skreutz.com> | 2022-04-08 20:51:37 +0200 |
commit | 46cdda3938bbf4c4adac69560c0dd320b178bb4d (patch) | |
tree | 69031def794c9cd151f83a6fa6bdcadc08a923da /posts | |
parent | 9acbe4ba4c335ae5520cacd5f286fd2c044ce8f9 (diff) | |
download | blog-46cdda3938bbf4c4adac69560c0dd320b178bb4d.tar |
Fix typo
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 \ |