Update src/bootstrap/src/utils/change_tracker.rs

Co-authored-by: Onur Özkan <onurozkan.dev@outlook.com>
This commit is contained in:
Luca Barbato 2024-03-06 18:12:35 +01:00 committed by GitHub
parent c98e25bab9
commit 0a80f9a488
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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.",
},
];