Skip to content

Commit

Permalink
we don't really need serde in parking_lot
Browse files Browse the repository at this point in the history
  • Loading branch information
Igigog committed Oct 23, 2023
1 parent c70d203 commit fd64fc6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion src-tauri/Cargo.lock

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

2 changes: 1 addition & 1 deletion src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ byteorder = "1.4.3"
window-shadows = "0.2.1"
simplelog = "0.12.1"
log = "0.4.20"
parking_lot = { version = "0.12.1", features = ["serde"] }
parking_lot = "0.12.1"

[features]
# this feature is used for production builds or when `devPath` points to the filesystem
Expand Down

0 comments on commit fd64fc6

Please sign in to comment.