Skip to content

Commit

Permalink
Use nightly-2021-10-11 to account for proc_macro2 update
Browse files Browse the repository at this point in the history
  • Loading branch information
smoelius committed Jan 6, 2022
1 parent 172a28b commit 9d9084f
Show file tree
Hide file tree
Showing 13 changed files with 76 additions and 76 deletions.
20 changes: 10 additions & 10 deletions examples/allow_clippy/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

20 changes: 10 additions & 10 deletions examples/clippy/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion examples/clippy/rust-toolchain
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[toolchain]
channel = "nightly-2021-10-07"
channel = "nightly-2021-10-11"
# smoelius: The `or_fun_call` test passes only if `rust-src` is installed.
components = ["llvm-tools-preview", "rustc-dev", "rust-src"]
20 changes: 10 additions & 10 deletions examples/env_literal/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion examples/env_literal/rust-toolchain
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[toolchain]
channel = "nightly-2021-10-07"
channel = "nightly-2021-10-11"
components = ["llvm-tools-preview", "rustc-dev"]
20 changes: 10 additions & 10 deletions examples/nonreentrant_function_in_test/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion examples/nonreentrant_function_in_test/rust-toolchain
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[toolchain]
channel = "nightly-2021-10-07"
channel = "nightly-2021-10-11"
components = ["llvm-tools-preview", "rustc-dev"]
20 changes: 10 additions & 10 deletions examples/path_separator_in_string_literal/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion examples/path_separator_in_string_literal/rust-toolchain
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[toolchain]
channel = "nightly-2021-10-07"
channel = "nightly-2021-10-11"
components = ["llvm-tools-preview", "rustc-dev"]
20 changes: 10 additions & 10 deletions examples/question_mark_in_expression/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion examples/question_mark_in_expression/rust-toolchain
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[toolchain]
channel = "nightly-2021-10-07"
channel = "nightly-2021-10-11"
components = ["llvm-tools-preview", "rustc-dev"]
Loading

0 comments on commit 9d9084f

Please sign in to comment.