Skip to content

Commit 1a018c8

Browse files
eopbtshepang
authored andcommitted
[suggested.md] changelog-seen -> change-id in shell.nix`
`changelog-seen` was deprecated in rust-lang/rust#115898 ``` WARNING: The use of `changelog-seen` is deprecated. Please refer to `change-id` option in `config.example.toml` instead. WARNING: The `change-id` is missing in the `config.toml`. This means that you will not be able to track the major changes made to the bootstrap configurations. note: to silence this warning, add `change-id = 115898` at the top of `config.toml` ```
1 parent b98af7d commit 1a018c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/building/suggested.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,7 @@ let
277277
# `config.toml.example`) from `1bd30ce2aac40c7698aa4a1b9520aa649ff2d1c5`
278278
config = pkgs.writeText "rustc-config" ''
279279
profile = "compiler" # you may want to choose a different profile, like `library` or `tools`
280-
changelog-seen = 2
280+
change-id = 115898
281281
282282
[build]
283283
patch-binaries-for-nix = true

0 commit comments

Comments
 (0)