From 7994b43048ac9309f6747de32a316c3eda1e1a1b Mon Sep 17 00:00:00 2001 From: Eliza Weisman Date: Wed, 16 Nov 2022 09:04:36 -0800 Subject: [PATCH] chore: roll nightly to 2022-11-16 (#335) This contains the fix for rust-lang/rust#104145, so our docs build now! --- rust-toolchain.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rust-toolchain.toml b/rust-toolchain.toml index 4ea6edc7..7c0c234a 100644 --- a/rust-toolchain.toml +++ b/rust-toolchain.toml @@ -1,5 +1,5 @@ [toolchain] -channel = "nightly-2022-11-15" +channel = "nightly-2022-11-16" components = [ "clippy", "rustfmt",