diff options
author | Matias Linares <matiaslina@openmailbox.org> | 2017-10-02 19:01:21 -0300 |
---|---|---|
committer | Matias Linares <matiaslina@openmailbox.org> | 2017-10-02 19:01:21 -0300 |
commit | f7574c45752b4e01409873ece206cbc05eba06d3 (patch) | |
tree | 29a43f7479dc860c5839ca15ab94f3c4385983ba /Cargo.toml | |
parent | fec7616b482224244d07900533ea160bf8997b2b (diff) | |
download | dotwm-f7574c45752b4e01409873ece206cbc05eba06d3.tar.gz |
Update dependencies
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -6,7 +6,7 @@ authors = ["Matias Linares <matiaslina@openmailbox.org>"] [dependencies] libc = "0.2.*" unix_socket = "*" -lazy_static = "0.1.15" +lazy_static = "0.2.*" clippy = { version ="*", optional = true } [dependencies.x11] |