diff options
author | jhspetersson <jhspetersson@gmail.com> | 2021-11-19 17:35:50 +0300 |
---|---|---|
committer | jhspetersson <jhspetersson@gmail.com> | 2021-11-19 17:35:50 +0300 |
commit | 98e1a65ab360d0d2727de4b8141d0f3b236f9e71 (patch) | |
tree | 2f58f9e9d125f1dd6bc9e8733c54f2675043ced7 | |
parent | b0da9ddfaabf2c9e979f040693bb1165ca590904 (diff) |
bump version0.7.8
-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
@@ -370,7 +370,7 @@ checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" [[package]] name = "fselect" -version = "0.7.7" +version = "0.7.8" dependencies = [ "ansi_term", "atty", @@ -1,6 +1,6 @@ [package] name = "fselect" -version = "0.7.7" +version = "0.7.8" authors = ["jhspetersson <jhspetersson@gmail.com>"] description = "Find files with SQL-like queries" keywords = ["find", "files", "sql", "query", "tool"] @@ -41,11 +41,11 @@ More is under way! #### Other Linux -[Static build with musl](https://github.com/jhspetersson/fselect/releases/download/0.7.7/fselect-x86_64-linux-musl.gz). +[Static build with musl](https://github.com/jhspetersson/fselect/releases/download/0.7.8/fselect-x86_64-linux-musl.gz). #### Windows 64bit -A statically precompiled [binary](https://github.com/jhspetersson/fselect/releases/download/0.7.7/fselect-x86_64-win.zip) is available at Github downloads. +A statically precompiled [binary](https://github.com/jhspetersson/fselect/releases/download/0.7.8/fselect-x86_64-win.zip) is available at Github downloads. #### Windows via Chocolatey |