mirror of
https://github.com/rust-lang/cargo.git
synced 2025-10-01 11:30:39 +00:00
Auto merge of #9896 - frogtile:master, r=ehuss
config.md: fix typo match value with comment
This commit is contained in:
commit
c7a1c09709
@ -109,7 +109,7 @@ root = "/some/path" # `cargo install` destination directory
|
|||||||
[net]
|
[net]
|
||||||
retry = 2 # network retries
|
retry = 2 # network retries
|
||||||
git-fetch-with-cli = true # use the `git` executable for git operations
|
git-fetch-with-cli = true # use the `git` executable for git operations
|
||||||
offline = false # do not access the network
|
offline = true # do not access the network
|
||||||
|
|
||||||
[patch.<registry>]
|
[patch.<registry>]
|
||||||
# Same keys as for [patch] in Cargo.toml
|
# Same keys as for [patch] in Cargo.toml
|
||||||
|
Loading…
x
Reference in New Issue
Block a user