mirror of
https://github.com/rust-lang-nursery/rust-cookbook
synced 2024-11-22 03:23:05 +00:00
Bumped syslog to 3.3.0 and fixed buildbreak
This commit is contained in:
parent
2ddd4e4dfc
commit
d059872395
2 changed files with 2 additions and 2 deletions
|
@ -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"
|
||||
|
|
|
@ -399,7 +399,7 @@ use syslog::Facility;
|
|||
#
|
||||
# error_chain! {
|
||||
# foreign_links {
|
||||
# SetLogger(log::SetLoggerError);
|
||||
# SetLogger(syslog::SyslogError);
|
||||
# }
|
||||
# }
|
||||
|
||||
|
|
Loading…
Reference in a new issue