Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
FabianLars committed Nov 4, 2024
1 parent e6ba2d2 commit c3cb04c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion plugins/fs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,10 @@ anyhow = "1"
uuid = { version = "1", features = ["v4"] }
glob = "0.3"
# TODO: Remove `serialization-compat-6` in v3
notify = { version = "7", optional = true, features = ["serde", "serialization-compat-6"] }
notify = { version = "7", optional = true, features = [
"serde",
"serialization-compat-6",
] }
notify-debouncer-full = { version = "0.4", optional = true }
dunce = { workspace = true }
percent-encoding = "2"
Expand Down

0 comments on commit c3cb04c

Please sign in to comment.