We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c98e25b commit 0a80f9aCopy full SHA for 0a80f9a
src/bootstrap/src/utils/change_tracker.rs
@@ -139,6 +139,6 @@ pub const CONFIG_CHANGE_HISTORY: &[ChangeInfo] = &[
139
ChangeInfo {
140
change_id: 121976,
141
severity: ChangeSeverity::Info,
142
- 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.",
143
},
144
];
0 commit comments