diff options
author | Matias Linares <matiaslina@openmailbox.org> | 2016-09-04 15:10:49 -0300 |
---|---|---|
committer | Matias Linares <matiaslina@openmailbox.org> | 2016-09-04 15:10:49 -0300 |
commit | fec7616b482224244d07900533ea160bf8997b2b (patch) | |
tree | 95c480fbf373fbc581e4ddfc348a24fbc331f8af /Cargo.lock | |
parent | 5bcdb566c69523edb1ceb857cbf6d0a676cc318d (diff) | |
download | dotwm-fec7616b482224244d07900533ea160bf8997b2b.tar.gz |
Better path handling for socket
Diffstat (limited to 'Cargo.lock')
-rw-r--r-- | Cargo.lock | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,6 +1,6 @@ [root] name = "dotwm" -version = "0.2.0" +version = "0.1.0" dependencies = [ "clippy 0.0.71 (registry+https://github.com/rust-lang/crates.io-index)", "lazy_static 0.1.16 (registry+https://github.com/rust-lang/crates.io-index)", |