aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorMatias Linares <matiaslina@openmailbox.org>2017-10-02 19:05:18 -0300
committerMatias Linares <matiaslina@openmailbox.org>2017-10-02 19:05:18 -0300
commit57a561ca8756ebb3dea8b8fd2bb19c51d383cf44 (patch)
tree48250a3d5228ed1004268f07e573ab30108ba2df /Cargo.toml
parentc633ead724380cb7bdcdff9d9cda517eafd9a3f4 (diff)
downloaddotwm-57a561ca8756ebb3dea8b8fd2bb19c51d383cf44.tar.gz
Bump to version 0.2.0v0.2.0
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml3
1 files changed, 1 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 82d9934..a66a387 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -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 }