Update src/bootstrap/src/utils/change_tracker.rs
Co-authored-by: Onur Özkan <onurozkan.dev@outlook.com>
This commit is contained in:
parent
c98e25bab9
commit
0a80f9a488
1 changed files with 1 additions and 1 deletions
|
@ -139,6 +139,6 @@ pub const CONFIG_CHANGE_HISTORY: &[ChangeInfo] = &[
|
|||
ChangeInfo {
|
||||
change_id: 121976,
|
||||
severity: ChangeSeverity::Info,
|
||||
summary: "A new `boostrap-cache-path` option has been introduced. Set it in your config.toml to use a different path for the download cache.",
|
||||
summary: "A new `boostrap-cache-path` option has been introduced which can be utilized to modify the cache path for bootstrap.",
|
||||
},
|
||||
];
|
||||
|
|
Loading…
Add table
Reference in a new issue