Skip to content

Commit

Permalink
chore(deps): update dependency rust to v1.78.0 (#40)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed May 2, 2024
1 parent 2312341 commit b58a917
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ license = "MIT"
readme = "README.md"

[lints.clippy]
all = "warn"
cargo = "warn"
pedantic = "warn"
nursery = "warn"
all = { level = "warn", priority = -1 }
cargo = { level = "warn", priority = -1 }
pedantic = { level = "warn", priority = -1 }
nursery = { level = "warn", priority = -1 }
dbg_macro = "warn"
unwrap_used = "warn"
empty_drop = "warn"
Expand Down
2 changes: 1 addition & 1 deletion rust-toolchain.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[toolchain]
channel = "1.77.0"
channel = "1.78.0"
profile = "default"

0 comments on commit b58a917

Please sign in to comment.