diff options
author | Matias Linares <matiaslina@openmailbox.org> | 2015-11-15 19:07:30 -0300 |
---|---|---|
committer | Matias Linares <matiaslina@openmailbox.org> | 2015-11-15 19:07:30 -0300 |
commit | 9eb8d5c3e10bda16c9edf5e8f430662a6c404093 (patch) | |
tree | f9f8438676532dc0d50c1e1821175e8b0b78c136 /Cargo.toml | |
parent | 975aabe3362baf56e47d0ba022f7ea35f7bc5c7f (diff) | |
download | dotwm-9eb8d5c3e10bda16c9edf5e8f430662a6c404093.tar.gz |
Update to libc 0.2
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -4,7 +4,7 @@ version = "0.1.0" authors = ["Matias Linares <matiaslina@openmailbox.org>"] [dependencies] -libc = "*" +libc = "0.2.*" [dependencies.x11] version = "*" |