summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWilfred Hughes <me@wilfred.me.uk>2021-09-28 09:45:11 -0700
committerWilfred Hughes <me@wilfred.me.uk>2021-09-28 09:45:11 -0700
commit4cffa098d1eef8159b5a6c7ed0db27e637dcc08e (patch)
treec1d0759ed4d203fb44c465e1bfb381c72302af84
parent608e2fb89b80b08faf5083cc2afb66b22579031f (diff)
Add patch version0.10.1
-rw-r--r--Cargo.lock2
-rw-r--r--Cargo.toml2
2 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 23fb92811..bcb6d11fa 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -234,7 +234,7 @@ checksum = "524cbf6897b527295dff137cec09ecf3a05f4fddffd7dfcd1585403449e74198"
[[package]]
name = "difftastic"
-version = "0.10.0"
+version = "0.10.1"
dependencies = [
"atty",
"cc",
diff --git a/Cargo.toml b/Cargo.toml
index e78abfadd..d94bf894b 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -4,7 +4,7 @@ description = "A syntactic diffing tool"
repository = "https://github.com/wilfred/difftastic"
homepage = "http://difftastic.wilfred.me.uk/"
license = "MIT"
-version = "0.10.0"
+version = "0.10.1"
authors = ["Wilfred Hughes <me@wilfred.me.uk>"]
keywords = ["diff", "syntax"]
categories = ["development-tools", "command-line-utilities", "parser-implementations"]