Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "slog-syslog"
version = "0.12.0"
version = "0.13.0"
authors = ["Dawid Ciężarkiewicz <[email protected]>", "William Laeder <[email protected]" ]
description = "Syslog drain for slog-rs"
keywords = ["slog", "logging", "json", "log", "syslog"]
Expand All @@ -14,6 +14,6 @@ readme = "README.md"
path = "lib.rs"

[dependencies]
hostname = "0.3"
Copy link
Contributor

@dpc dpc May 26, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe already bump the version of this crate if this is a breaking change?

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ok. I pushed another commit to a bump the version.

slog = "^2.1.1"
syslog = "3.3.0"
nix = "0.14.0"
syslog = "5.0.0"
Loading