We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 48aa53f commit 9f8a951Copy full SHA for 9f8a951
text/3424-cargo-script.md
@@ -176,7 +176,8 @@ $ cargo --verbose ./hello_world.rs
176
Did our date match? true
177
```
178
179
-Cargo will cache the exact information about which revision of all of these dependencies we used.
+Cargo will cache the exact information (in a location referred to as
180
+`CARGO_HOME`) about which revision of all of these dependencies we used.
181
182
Now, if `regex` gets updated, we will still build with the same revision until
183
we choose to `cargo update --manifest-path hello_world.rs`.
0 commit comments