From d5bb698c64c218ada2888c6a6e4d6c20714860bb Mon Sep 17 00:00:00 2001 From: Aron Heinecke Date: Sun, 30 Jun 2024 18:47:41 +0200 Subject: [PATCH] restore serialization-compat-6 --- notify-debouncer-full/Cargo.toml | 1 + notify-debouncer-mini/Cargo.toml | 1 + notify/Cargo.toml | 1 + 3 files changed, 3 insertions(+) diff --git a/notify-debouncer-full/Cargo.toml b/notify-debouncer-full/Cargo.toml index b4613778..7c8f97b0 100644 --- a/notify-debouncer-full/Cargo.toml +++ b/notify-debouncer-full/Cargo.toml @@ -19,6 +19,7 @@ mock_instant = ["dep:mock_instant", "notify-types/mock_instant"] crossbeam-channel = ["dep:crossbeam-channel", "notify/crossbeam-channel"] macos_fsevent = ["notify/macos_fsevent"] macos_kqueue = ["notify/macos_kqueue"] +serialization-compat-6 = ["notify/serialization-compat-6"] [dependencies] notify = { workspace = true } diff --git a/notify-debouncer-mini/Cargo.toml b/notify-debouncer-mini/Cargo.toml index 122b1eef..ab12b65b 100644 --- a/notify-debouncer-mini/Cargo.toml +++ b/notify-debouncer-mini/Cargo.toml @@ -18,6 +18,7 @@ serde = ["notify-types/serde"] crossbeam-channel = ["dep:crossbeam-channel", "notify/crossbeam-channel"] macos_fsevent = ["notify/macos_fsevent"] macos_kqueue = ["notify/macos_kqueue"] +serialization-compat-6 = ["notify/serialization-compat-6"] [dependencies] notify = { workspace = true } diff --git a/notify/Cargo.toml b/notify/Cargo.toml index c6025c83..e094f021 100644 --- a/notify/Cargo.toml +++ b/notify/Cargo.toml @@ -22,6 +22,7 @@ default = ["macos_fsevent"] serde = ["notify-types/serde"] macos_kqueue = ["kqueue", "mio"] macos_fsevent = ["fsevent-sys"] +serialization-compat-6 = ["notify-types/serialization-compat-6"] [dependencies] notify-types = { workspace = true }