Skip to content

Commit

Permalink
Upgrade to 1.73 Rust
Browse files Browse the repository at this point in the history
- update Cargo deps
- make Clippy happy with new lints
- upgrade Chrome and Firefox versions
  • Loading branch information
tyranron committed Oct 6, 2023
1 parent 293de6a commit d4aa9b8
Show file tree
Hide file tree
Showing 54 changed files with 489 additions and 416 deletions.
12 changes: 12 additions & 0 deletions .clippy.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@
# See full lints list at:
# https://rust-lang.github.io/rust-clippy/master/index.html

absolute-paths-allowed-crates = [
"backoff",
"fantoccini",
"log",
"proto",
"reqwest",
"syn",
"time",
"tonic",
"web_sys",
]

doc-valid-idents = [
"KiB", "MiB", "GiB", "TiB", "PiB", "EiB",
"DirectX", "ECMAScript",
Expand Down
Loading

0 comments on commit d4aa9b8

Please sign in to comment.