Skip to content

Commit

Permalink
fix(cargo): unnest lints.workspace from package table
Browse files Browse the repository at this point in the history
  • Loading branch information
lffg committed Mar 19, 2024
1 parent 0b9b847 commit 1a8eaaa
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion ctl/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
name = "ctl"
version.workspace = true
edition.workspace = true
lints.workspace = true

[lints]
workspace = true

[dependencies]
4 changes: 3 additions & 1 deletion worker/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
name = "worker"
version.workspace = true
edition.workspace = true
lints.workspace = true

[lints]
workspace = true

[dependencies]

0 comments on commit 1a8eaaa

Please sign in to comment.