diff options
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -34,7 +34,8 @@ fnv = "1" unicode-width = "0.1.4" arraydeque = "0.2.3" glutin = "0.9.2" -clippy = { version = "0.0.155", optional = true } +clippy = { version = "*", optional = true } + [target.'cfg(any(target_os = "linux", target_os = "freebsd", target_os="dragonfly", target_os="openbsd"))'.dependencies] x11-dl = "2" |