summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsharkdp <davidpeter@web.de>2017-06-13 20:29:29 +0200
committersharkdp <davidpeter@web.de>2017-06-13 20:29:29 +0200
commitdfd74333472398e4c34e84095257b3c2802927df (patch)
treed3a5ae777cc40af08025cfa396698db12871c2ce
parentd3d7460707c5d38b07fa5007923c2e528a9a886c (diff)
Bump to v2.0.0v2.0.0
-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 881d4ea..6e7cba9 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1,6 +1,6 @@
[root]
name = "fd"
-version = "1.1.0"
+version = "2.0.0"
dependencies = [
"ansi_term 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
"atty 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
diff --git a/Cargo.toml b/Cargo.toml
index dedb6b4..797c7f4 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "fd"
-version = "1.1.0"
+version = "2.0.0"
authors = ["David Peter <mail@david-peter.de>"]
[dependencies]