Skip to content

Commit

Permalink
Removed unneeded dependency on 'url' and bumped version number to 1.0…
Browse files Browse the repository at this point in the history
….0 for a release and publish on crates
  • Loading branch information
andrewdavidmackenzie committed Feb 11, 2018
1 parent 7cace8e commit 894915b
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,13 +1,10 @@
[package]
name = "simpath"
version = "0.1.0"
version = "1.0.0"
authors = ["Andrew Mackenzie <[email protected]>"]
description = "Search for files on a path defined in an environment variable"
license = "MIT"
documentation = "https://github.com/andrewdavidmackenzie/simpath/README.md"
homepage = "https://github.com/andrewdavidmackenzie/simpath/README.md"
repository = "https://github.com/andrewdavidmackenzie/simpath/"
readme = "https://github.com/andrewdavidmackenzie/simpath/README.md"

[dependencies]
url = "~1.6.0"
readme = "https://github.com/andrewdavidmackenzie/simpath/README.md"

0 comments on commit 894915b

Please sign in to comment.