mirror of
https://github.com/denoland/deno.git
synced 2025-09-26 12:19:12 +00:00
chore: Rust 1.86.0 (#29435)
Since `rust 1.87.0` reported `undefined symbol: ring::pbkdf2::PBKDF2_HMAC_SHA1::*` in CI and it was difficult to debug locally, use `rust 1.86.0` in CI tests for troubleshoot the errors
This commit is contained in:
parent
bc8b191b7c
commit
cb738ee5da
45 changed files with 138 additions and 133 deletions
|
@ -279,7 +279,7 @@ mod test {
|
|||
.resolve_lint_rules(Default::default(), None)
|
||||
.rules
|
||||
.into_iter()
|
||||
.filter(|r| r.tags().iter().any(|t| *t == tags::RECOMMENDED))
|
||||
.filter(|r| r.tags().contains(&tags::RECOMMENDED))
|
||||
.map(|r| r.code().to_string())
|
||||
.filter(|n| n != "no-debugger")
|
||||
.collect::<Vec<_>>();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue