summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjhspetersson <jhspetersson@gmail.com>2021-10-06 08:15:38 +0300
committerjhspetersson <jhspetersson@gmail.com>2021-10-06 08:15:38 +0300
commit71c80f2842f50402c6b6794cf4a30c0374761a8a (patch)
tree82fe7bb44df3e6117f3f888ced8ce2bb60163a64
parent57276374c1c1159efab8383b283c18caa11788b6 (diff)
bump version0.7.7
-rw-r--r--Cargo.lock12
-rw-r--r--Cargo.toml2
-rw-r--r--README.md4
3 files changed, 10 insertions, 8 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 4ce9268..dc091c4 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1,5 +1,7 @@
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
+version = 3
+
[[package]]
name = "adler"
version = "1.0.2"
@@ -368,7 +370,7 @@ checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
[[package]]
name = "fselect"
-version = "0.7.6"
+version = "0.7.7"
dependencies = [
"ansi_term",
"atty",
@@ -793,9 +795,9 @@ dependencies = [
[[package]]
name = "quote"
-version = "1.0.9"
+version = "1.0.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "c3d0b9745dc2debf507c8422de05d7226cc1f0644216dfdfead988f9b1ab32a7"
+checksum = "38bc8cc6a5f2e3655e0899c1b848643b2562f853f114bfec7be120678e3ace05"
dependencies = [
"proc-macro2",
]
@@ -1089,9 +1091,9 @@ checksum = "e72d8b19ab05827afefcca66bf47040c1e66a0901eb814784c77d4ec118bd309"
[[package]]
name = "syn"
-version = "1.0.78"
+version = "1.0.80"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "a4eac2e6c19f5c3abc0c229bea31ff0b9b091c7b14990e8924b92902a303a0c0"
+checksum = "d010a1623fbd906d51d650a9916aaefc05ffa0e4053ff7fe601167f3e715d194"
dependencies = [
"proc-macro2",
"quote",
diff --git a/Cargo.toml b/Cargo.toml
index d536800..ce606bb 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "fselect"
-version = "0.7.6"
+version = "0.7.7"
authors = ["jhspetersson <jhspetersson@gmail.com>"]
description = "Find files with SQL-like queries"
keywords = ["find", "files", "sql", "query", "tool"]
diff --git a/README.md b/README.md
index 78fe3f8..2dafd0b 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.6/fselect-x86_64-linux-musl.gz).
+[Static build with musl](https://github.com/jhspetersson/fselect/releases/download/0.7.7/fselect-x86_64-linux-musl.gz).
#### Windows 64bit
-A statically precompiled [binary](https://github.com/jhspetersson/fselect/releases/download/0.7.6/fselect-x86_64-win.zip) is available at Github downloads.
+A statically precompiled [binary](https://github.com/jhspetersson/fselect/releases/download/0.7.7/fselect-x86_64-win.zip) is available at Github downloads.
#### Windows from Chocolatey