We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9505e6c commit 336da50Copy full SHA for 336da50
CHANGELOG.md
@@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
4
The format is based on [Keep a Changelog](http://keepachangelog.com/)
5
and this project adheres to [Semantic Versioning](http://semver.org/).
6
7
+## 0.12.0 - ????-??-??
8
+
9
+* Update nix dependency to 0.14.0
10
11
## 0.11.0 - 2017-04-29
12
13
* Update slog dependency
Cargo.toml
@@ -16,4 +16,4 @@ path = "lib.rs"
16
[dependencies]
17
slog = "^2.1.1"
18
syslog = "3.3.0"
19
-nix = "0.9.0"
+nix = "0.14.0"
0 commit comments