Bump to v2.0.0

This commit is contained in:
sharkdp 2017-06-13 20:29:29 +02:00
parent d3d7460707
commit dfd7433347
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View file

@ -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)",

View file

@ -1,6 +1,6 @@
[package]
name = "fd"
version = "1.1.0"
version = "2.0.0"
authors = ["David Peter <mail@david-peter.de>"]
[dependencies]