From 894915b0b4aa68087f0ffd87b3dc2233ab5a51e1 Mon Sep 17 00:00:00 2001 From: Andrew Mackenzie Date: Sun, 11 Feb 2018 12:25:41 +0100 Subject: [PATCH] Removed unneeded dependency on 'url' and bumped version number to 1.0.0 for a release and publish on crates --- Cargo.toml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 68cebbc..92abd5b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,13 +1,10 @@ [package] name = "simpath" -version = "0.1.0" +version = "1.0.0" authors = ["Andrew Mackenzie "] 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" \ No newline at end of file +readme = "https://github.com/andrewdavidmackenzie/simpath/README.md" \ No newline at end of file