Skip to content

Commit

Permalink
pin toolchain with rust-toolchain.toml
Browse files Browse the repository at this point in the history
This ensures that ./scripts/regenerate_test_rustdocs.sh produces the
correct rustdoc format regardless of the local environment.
  • Loading branch information
fprasx committed Jan 10, 2024
1 parent 985bd24 commit dd67df6
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions rust-toolchain.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# This file pins the toolchain so that ./scripts/regenerate_test_rustdocs.sh
# always produces the desired format. Every new nightly release, if the rustdoc
# format is unchanged, this toolchain may be incremented. Otherwise we need a new
# version of the adapter.

[toolchain]
channel = "nightly-2024-01-09"

0 comments on commit dd67df6

Please sign in to comment.