Skip to content

Commit

Permalink
[suggested.md] changelog-seen -> change-id in shell.nix`
Browse files Browse the repository at this point in the history
`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`
```
  • Loading branch information
eopb committed Oct 10, 2023
1 parent b98af7d commit 99c5301
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/building/suggested.md
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,7 @@ let
# `config.toml.example`) from `1bd30ce2aac40c7698aa4a1b9520aa649ff2d1c5`
config = pkgs.writeText "rustc-config" ''
profile = "compiler" # you may want to choose a different profile, like `library` or `tools`
changelog-seen = 2
change-id = 115898
[build]
patch-binaries-for-nix = true
Expand Down

0 comments on commit 99c5301

Please sign in to comment.