diff options
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -8,7 +8,7 @@ license-file = "./LICENSE" name = "lsd" readme = "./README.md" repository = "https://github.com/Peltoche/lsd" -version = "0.1.0" +version = "0.2.0" [metadata.deb] assets = [["target/release/lsd", "usr/bin/", "755"], ["README.md", "usr/share/doc/cargo-deb/README", "644"]] |