Fix Cargo.toml manifest key (#565)

This commit is contained in:
Naglis Jonaitis
2024-02-18 21:32:46 +09:00
committed by GitHub
parent 08e74dae8e
commit 2511ebc004
+1 -1
View File
@@ -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"