File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ title: "Completing the transition to the new borrow checker"
4
4
author : Niko Matsakis
5
5
---
6
6
7
- For most of 2018, we've been issue warnings about various bugs in the
7
+ For most of 2018, we've been issuing warnings about various bugs in the
8
8
borrow checker that we plan to fix -- about two months ago, in the
9
9
current Rust nightly, those warnings became ** hard errors** . In about
10
10
two weeks, when the nightly branches to become beta, those hard errors
@@ -86,6 +86,7 @@ The most common crates that were affected are the following:
86
86
87
87
* ` url ` version 1.7.0 -- you can upgrade to 1.7.2, though you'd be better off upgrading to 2.1.0
88
88
* ` nalgebra ` version 0.16.13 -- you can upgrade to 0.16.14, though you'd be better off upgrading to 0.19.0
89
+ * ` rusttype ` version 0.2.0 to 0.2.3 -- you can upgrade to 0.2.4, though you'd be better off looking at upgrading to 0.8.1
89
90
90
91
You can find out which crates you rely upon using the [ cargo-tree] command. If you find
91
92
that you * do* rely (say) on ` url ` 1.7.0, you can upgrade to 1.7.2 by executing:
You can’t perform that action at this time.
0 commit comments