Skip to content
This repository has been archived by the owner on May 21, 2024. It is now read-only.

Commit

Permalink
Updates
Browse files Browse the repository at this point in the history
Signed-off-by: Joe Grund <[email protected]>
  • Loading branch information
jgrund committed May 8, 2024
1 parent ecef679 commit 589a835
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 8 deletions.
1 change: 1 addition & 0 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
* @jgrund
12 changes: 6 additions & 6 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ license = "MIT"
name = "lustre_collector"
version = "0.7.9"

[workspace.lints.clippy]
[lints.clippy]
cast_lossless = "warn"
cast_possible_wrap = "warn"
unwrap_used = "warn"
Expand All @@ -22,7 +22,7 @@ tracing = "0.1"
tracing-subscriber = "0.3"

[dev-dependencies]
include_dir = {version = "0.7", features = ["glob"]}
include_dir = {version = "0.7", features = ["glob"]}
insta = "1"

[profile.release]
Expand Down
1 change: 1 addition & 0 deletions clippy.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
allow-unwrap-in-tests = true

0 comments on commit 589a835

Please sign in to comment.