diff options
author | Matias Linares <matiaslina@openmailbox.org> | 2017-10-02 19:05:18 -0300 |
---|---|---|
committer | Matias Linares <matiaslina@openmailbox.org> | 2017-10-02 19:05:18 -0300 |
commit | 57a561ca8756ebb3dea8b8fd2bb19c51d383cf44 (patch) | |
tree | 48250a3d5228ed1004268f07e573ab30108ba2df /Cargo.toml | |
parent | c633ead724380cb7bdcdff9d9cda517eafd9a3f4 (diff) | |
download | dotwm-0.2.0.tar.gz |
Bump to version 0.2.0v0.2.0
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -1,11 +1,10 @@ [package] name = "dotwm" -version = "0.1.0" +version = "0.2.0" authors = ["Matias Linares <matiaslina@openmailbox.org>"] [dependencies] libc = "0.2.*" -unix_socket = "*" lazy_static = "0.2.*" clippy = { version ="*", optional = true } |