Skip to content

Commit

Permalink
bump version to 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
harryfei committed Sep 22, 2019
1 parent 28b9ed1 commit b4b6226
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "which"
version = "2.0.1"
version = "3.0.0"
authors = ["Harry Fei <tiziyuanfang@gmail.com>"]
repository = "https://github.com/harryfei/which-rs.git"
documentation = "https://docs.rs/which/"
Expand All @@ -24,4 +24,4 @@ tempdir = "0.3.4"

[features]
default = ["use_failure"]
use_failure = ["failure"]
use_failure = ["failure"]

0 comments on commit b4b6226

Please sign in to comment.