blob: 4520ba72dc10a5b284c31ff7d42f4736e12605c5 [file] [log] [blame]
Eric Anholt17b0d112020-11-02 16:51:15 -08001--- a/Cargo.toml 2020-11-03 13:26:25.448253215 -0800
2+++ b/Cargo.toml 2020-11-03 13:26:37.736262013 -0800
3@@ -23,7 +23,7 @@
4 license = "MIT/Apache-2.0"
5 repository = "https://github.com/jcreekmore/timeout-readwrite-rs"
6 [dependencies.nix]
7-version = "0.17.0"
8+version = ">=0.17.0, <0.20.0"
9 [dev-dependencies.lazy_static]
10 version = "1.3.0"
11 [badges.travis-ci]