Skip to content

Commit

Permalink
Update src/bootstrap/src/utils/change_tracker.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Onur Özkan <onurozkan.dev@outlook.com>
  • Loading branch information
lu-zero and onur-ozkan committed Mar 6, 2024
1 parent c98e25b commit 0a80f9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bootstrap/src/utils/change_tracker.rs
Expand Up @@ -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.",
},
];

0 comments on commit 0a80f9a

Please sign in to comment.