From 340bc9ab838562997628620db14c300bae7e422f Mon Sep 17 00:00:00 2001 From: main Date: Sat, 26 Dec 2020 15:14:50 -0800 Subject: [PATCH] evdev 0.10.2 --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 5855e23..d32452e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "libremarkable" -version = "0.4.2" +version = "0.4.3" authors = ["Can Selcik "] repository = "https://github.com/canselcik/libremarkable" license = "MIT" @@ -16,7 +16,7 @@ ioctl-gen = "0.1.1" libc = "0.2.69" mmap = "0.1.1" rusttype = "0.8.2" -evdev = { git = "https://github.com/LinusCDE/evdev.git", rev = "43fb0b33994dba667ab3f1c107b7393ac3166ffe" } +evdev = "0.10.2" epoll = "4.1.0" image = "0.21.3" line_drawing = "0.8.0"