summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 22db5f00..0430f625 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -9,7 +9,7 @@ build = "build.rs"
[dependencies]
libc = "*"
cgmath = "0.7"
-notify = { git = "https://github.com/passcod/rsnotify" }
+notify = "2.6"
bitflags = "*"
font = { path = "./font" }
errno = "0.1.6"