Skip to content

Commit

Permalink
Rust 1.81 (#268)
Browse files Browse the repository at this point in the history
  • Loading branch information
kevgo authored Oct 7, 2024
1 parent f9fb68e commit 88a490c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "tikibase"
version = "0.6.1"
authors = ["Kevin Goslar <[email protected]>"]
edition = "2021"
rust-version = "1.74"
rust-version = "1.81"

[dependencies]
ahash = "0.7.8"
Expand Down Expand Up @@ -45,7 +45,7 @@ panic = 'abort'
unsafe_code = "forbid"

[workspace.lints.clippy]
pedantic = "warn"
pedantic = { level = "warn", priority = -1 }
cast_possible_truncation = "allow" # we cast lots of values, they are usually small so we don't need to check cast problems
missing_panics_doc = "allow" # all panics indicate programmer errors and should be fixed
missing_errors_doc = "allow" # all returned errors are UserError
Expand Down

0 comments on commit 88a490c

Please sign in to comment.