Skip to content

Commit

Permalink
build: forbid unsafe code in this crate
Browse files Browse the repository at this point in the history
  • Loading branch information
DewaldV committed Apr 22, 2024
1 parent d4b7bcd commit ef314ca
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 @@ -10,8 +10,8 @@ homepage = "https://github.com/dewaldv/finops-monzo"
repository = "https://github.com/dewaldv/finops-monzo"
license = "MIT"


# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[lints.rust]
unsafe_code = "forbid"

[dependencies]
chrono = "0.4.37"
Expand Down

0 comments on commit ef314ca

Please sign in to comment.