Skip to content

Commit c3cb04c

Browse files
committed
fmt
1 parent e6ba2d2 commit c3cb04c

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

plugins/fs/Cargo.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,10 @@ anyhow = "1"
3636
uuid = { version = "1", features = ["v4"] }
3737
glob = "0.3"
3838
# TODO: Remove `serialization-compat-6` in v3
39-
notify = { version = "7", optional = true, features = ["serde", "serialization-compat-6"] }
39+
notify = { version = "7", optional = true, features = [
40+
"serde",
41+
"serialization-compat-6",
42+
] }
4043
notify-debouncer-full = { version = "0.4", optional = true }
4144
dunce = { workspace = true }
4245
percent-encoding = "2"

0 commit comments

Comments
 (0)