diff --git a/rust-toolchain.toml b/rust-toolchain.toml index e424192470f..9a4c2292dbe 100644 --- a/rust-toolchain.toml +++ b/rust-toolchain.toml @@ -1,5 +1,7 @@ [toolchain] -# Be sure to update shell.nix and support/crown/rust-toolchain.toml when bumping this! +# Be sure to update the 'rust-overlay' module's url in shell.nix to point to a +# commit which supports the required rustc version and also update the version +# in support/crown/rust-toolchain.toml when bumping this! channel = "1.85.0" components = [ diff --git a/shell.nix b/shell.nix index 46f6e9db0ca..b5f789c603d 100644 --- a/shell.nix +++ b/shell.nix @@ -10,7 +10,7 @@ with import (builtins.fetchTarball { overlays = [ (import (builtins.fetchTarball { # Bumped the channel in rust-toolchain.toml? Bump this commit too! - url = "https://github.com/oxalica/rust-overlay/archive/10faa81b4c0135a04716cbd1649260d82b2890cd.tar.gz"; + url = "https://github.com/oxalica/rust-overlay/archive/7c5892ad87b90d72668964975eebd4e174ff6204.tar.gz"; })) ]; config = {