chore: Rust 1.85.1 (#29412)

This commit is contained in:
林炳权 2025-05-24 12:01:25 +08:00 committed by GitHub
parent db29c601dd
commit ff078dcfab
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 1 additions and 8 deletions

View file

@ -1,3 +1,3 @@
[toolchain]
channel = "1.85.0"
channel = "1.85.1"
components = ["rustfmt", "clippy"]

View file

@ -252,13 +252,6 @@ Deno.test(
Error,
"The directory is not empty",
);
assertThrows(
() => {
Deno.renameSync(olddir, file);
},
Error,
"The directory name is invalid",
);
// should succeed on Windows
Deno.renameSync(olddir, emptydir);