Skip to content

Commit

Permalink
[events] Restore compatibility with 1.26.1
Browse files Browse the repository at this point in the history
Code compiles with 1.25.0 too but we'll only *support* 1.26.1.
  • Loading branch information
passcod committed Mar 29, 2019
1 parent 0b5a7a9 commit 286374d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 286374d

Please sign in to comment.