diff --git a/Cargo.lock b/Cargo.lock index b43eef268..7004a68ff 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -378,7 +378,7 @@ checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" [[package]] name = "fselect" -version = "0.7.8" +version = "0.7.9" dependencies = [ "ansi_term", "atty", @@ -1092,9 +1092,9 @@ checksum = "e72d8b19ab05827afefcca66bf47040c1e66a0901eb814784c77d4ec118bd309" [[package]] name = "syn" -version = "1.0.83" +version = "1.0.84" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "23a1dfb999630e338648c83e91c59a4e9fb7620f520c3194b6b89e276f2f1959" +checksum = "ecb2e6da8ee5eb9a61068762a32fa9619cc591ceb055b3687f4cd4051ec2e06b" dependencies = [ "proc-macro2", "quote", @@ -1164,9 +1164,9 @@ dependencies = [ [[package]] name = "typenum" -version = "1.14.0" +version = "1.15.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b63708a265f51345575b27fe43f9500ad611579e764c79edbc2037b1121959ec" +checksum = "dcf81ac59edc17cc8697ff311e8f5ef2d99fcbd9817b34cec66f90b6c3dfd987" [[package]] name = "unicode-segmentation" diff --git a/Cargo.toml b/Cargo.toml index 5f1c90892..4918d7d19 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "fselect" -version = "0.7.8" +version = "0.7.9" authors = ["jhspetersson "] description = "Find files with SQL-like queries" keywords = ["find", "files", "sql", "query", "tool"] diff --git a/README.md b/README.md index 0fb202e49..450288b60 100644 --- a/README.md +++ b/README.md @@ -41,11 +41,11 @@ More is under way! #### Other Linux -[Static build with musl](https://github.com/jhspetersson/fselect/releases/download/0.7.8/fselect-x86_64-linux-musl.gz). +[Static build with musl](https://github.com/jhspetersson/fselect/releases/download/0.7.9/fselect-x86_64-linux-musl.gz). #### Windows 64bit -A statically precompiled [binary](https://github.com/jhspetersson/fselect/releases/download/0.7.8/fselect-x86_64-win.zip) is available at Github downloads. +A statically precompiled [binary](https://github.com/jhspetersson/fselect/releases/download/0.7.9/fselect-x86_64-win.zip) is available at Github downloads. #### Windows via Chocolatey