diff --git a/rust-toolchain.toml b/rust-toolchain.toml index 689a4291481..01570ed3cfb 100644 --- a/rust-toolchain.toml +++ b/rust-toolchain.toml @@ -1,5 +1,5 @@ [toolchain] -channel = "1.86" +channel = "1.87" components = ["rustc-dev"] profile = "default" targets = ["x86_64-unknown-linux-gnu"]