From 2511ebc004c3680bebc0a81f7eb8a7928ecdc76d Mon Sep 17 00:00:00 2001 From: Naglis Jonaitis <827324+naglis@users.noreply.github.com> Date: Sun, 18 Feb 2024 14:32:46 +0200 Subject: [PATCH] Fix Cargo.toml manifest key (#565) --- notify/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/notify/Cargo.toml b/notify/Cargo.toml index 115f3524..47266f48 100644 --- a/notify/Cargo.toml +++ b/notify/Cargo.toml @@ -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"