Skip to content

Commit dfd588f

Browse files
committed
mirror the language from other crates more precisely
1 parent 6fc8004 commit dfd588f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

posts/2019-10-28-nll-hard-errors.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ The most common crates that were affected are the following:
8686

8787
* `url` version 1.7.0 -- you can upgrade to 1.7.2, though you'd be better off upgrading to 2.1.0
8888
* `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+
* `rusttype` version 0.2.0 to 0.2.3 -- you can upgrade to 0.2.4, though you'd be better upgrading to 0.8.1
9090

9191
You can find out which crates you rely upon using the [cargo-tree] command. If you find
9292
that you *do* rely (say) on `url` 1.7.0, you can upgrade to 1.7.2 by executing:

0 commit comments

Comments
 (0)