Bumped syslog to 3.3.0 and fixed buildbreak

This commit is contained in:
Michal Budzynski 2017-08-21 09:25:45 +02:00
parent 2ddd4e4dfc
commit d059872395
2 changed files with 2 additions and 2 deletions

View file

@ -45,7 +45,7 @@ url = "1.5"
walkdir = "1.0.7"
[target.'cfg(target_os = "linux")'.dependencies]
syslog = "3.2.0"
syslog = "3.3.0"
[build-dependencies]
skeptic = "0.12"

View file

@ -399,7 +399,7 @@ use syslog::Facility;
#
# error_chain! {
# foreign_links {
# SetLogger(log::SetLoggerError);
# SetLogger(syslog::SyslogError);
# }
# }