mirror of
https://github.com/encounter/notify.git
synced 2026-07-10 12:18:48 -07:00
Fix Cargo.toml manifest key (#565)
This commit is contained in:
+1
-1
@@ -19,7 +19,7 @@ authors = [
|
||||
edition = "2021"
|
||||
|
||||
[dependencies]
|
||||
notify-types = { verison = "1.0.0", path = "../notify-types" }
|
||||
notify-types = { version = "1.0.0", path = "../notify-types" }
|
||||
crossbeam-channel = { version = "0.5.0", optional = true }
|
||||
filetime = "0.2.22"
|
||||
libc = "0.2.4"
|
||||
|
||||
Reference in New Issue
Block a user