From c3cb04c4f90e85a5d211f884ca2cbc433c28e3b7 Mon Sep 17 00:00:00 2001 From: FabianLars Date: Mon, 4 Nov 2024 15:39:01 +0100 Subject: [PATCH] fmt --- plugins/fs/Cargo.toml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/plugins/fs/Cargo.toml b/plugins/fs/Cargo.toml index 248c8104e..9641f5e23 100644 --- a/plugins/fs/Cargo.toml +++ b/plugins/fs/Cargo.toml @@ -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"