fixup rebase gunk

This commit is contained in:
Aron Heinecke
2022-08-17 02:28:26 +02:00
parent 54465e979e
commit 17580f63e6
2 changed files with 1 additions and 2 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
[package]
name = "notify-debouncer-mini"
version = "0.1.2"
version = "0.1.3"
edition = "2021"
rust-version = "1.56"
description = "notify mini debouncer for events"
-1
View File
@@ -8,7 +8,6 @@ Tiny debouncer for [notify]. Filters incoming events and emits only one event pe
- `crossbeam` enabled by default, for crossbeam channel support.
This may create problems used in tokio environments. See [#380](https://github.com/notify-rs/notify/issues/380).
<<<<<<< HEAD
Use someting like the following to disable it.
```toml
notify-debouncer-mini = { version = "*", default-features = false }