Skip to content

Commit 9f8a951

Browse files
committed
fix: Specify the lock location
1 parent 48aa53f commit 9f8a951

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

text/3424-cargo-script.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,8 @@ $ cargo --verbose ./hello_world.rs
176176
Did our date match? true
177177
```
178178

179-
Cargo will cache the exact information about which revision of all of these dependencies we used.
179+
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.
180181

181182
Now, if `regex` gets updated, we will still build with the same revision until
182183
we choose to `cargo update --manifest-path hello_world.rs`.

0 commit comments

Comments
 (0)