diff options
author | jhspetersson <jhspetersson@gmail.com> | 2020-04-27 21:52:45 +0300 |
---|---|---|
committer | jhspetersson <jhspetersson@gmail.com> | 2020-04-27 21:52:45 +0300 |
commit | 69c0b9697d1f56ff8ee68cd6fc231a517908d349 (patch) | |
tree | fb71201ced2ae6d9a1e92168c643680043ac525d | |
parent | 08f9b3d41a1e20c2c13c1cb77202a42ed5cc5a33 (diff) |
bump version0.6.10
-rw-r--r-- | Cargo.lock | 2 | ||||
-rw-r--r-- | Cargo.toml | 2 | ||||
-rw-r--r-- | README.md | 4 |
3 files changed, 4 insertions, 4 deletions
@@ -240,7 +240,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "fselect" -version = "0.6.9" +version = "0.6.10" dependencies = [ "ansi_term 0.12.1 (registry+https://github.com/rust-lang/crates.io-index)", "app_dirs 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)", @@ -1,6 +1,6 @@ [package] name = "fselect" -version = "0.6.9" +version = "0.6.10" authors = ["jhspetersson <jhspetersson@gmail.com>"] description = "Find files with SQL-like queries" keywords = ["find", "files", "sql", "query", "tool"] @@ -40,11 +40,11 @@ More is under way! #### Other Linux -[Static build with musl](https://github.com/jhspetersson/fselect/releases/download/0.6.9/fselect-x86_64-linux-musl.gz). +[Static build with musl](https://github.com/jhspetersson/fselect/releases/download/0.6.10/fselect-x86_64-linux-musl.gz). #### Windows 64bit -A statically precompiled [binary](https://github.com/jhspetersson/fselect/releases/download/0.6.9/fselect-x86_64-win.zip) is available at Github downloads. +A statically precompiled [binary](https://github.com/jhspetersson/fselect/releases/download/0.6.10/fselect-x86_64-win.zip) is available at Github downloads. #### Windows from Chocolatey |