mirror of
https://github.com/encounter/notify.git
synced 2026-03-30 11:31:42 -07:00
fixup rebase gunk
This commit is contained in:
@@ -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"
|
||||
|
||||
@@ -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 }
|
||||
|
||||
Reference in New Issue
Block a user