From 286374d47618dcbcaa7965aa9796112a04573c77 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fe=CC=81lix=20Saparelli?= Date: Sat, 30 Mar 2019 11:00:06 +1300 Subject: [PATCH] [events] Restore compatibility with 1.26.1 Code compiles with 1.25.0 too but we'll only *support* 1.26.1. --- src/lib.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/lib.rs b/src/lib.rs index b6757444..64fa9bfe 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -114,6 +114,7 @@ extern crate mio; #[cfg(target_os = "linux")] extern crate mio_extras; #[cfg(feature = "serde")] +#[macro_use] extern crate serde; #[cfg(target_os = "windows")] extern crate winapi;