aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorSven-Hendrik Haase <svenstaro@gmail.com>2022-09-26 23:42:28 +0000
committerGitHub <noreply@github.com>2022-09-26 23:42:28 +0000
commit241e42b5ce937ef3858548406d921272d0953baa (patch)
tree3d731da612c6c09b53b4831ca96ab76d9cf9bc0c /Cargo.toml
parentBump deps (diff)
parentRemove unused clap2 dependency (diff)
downloadminiserve-241e42b5ce937ef3858548406d921272d0953baa.tar.gz
miniserve-241e42b5ce937ef3858548406d921272d0953baa.zip
Merge pull request #918 from tranzystorek-io/remove-clap2
Remove unused clap2 dependency
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 90e5f8d..8f90a8d 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -83,4 +83,4 @@ url = "2"
fake-tty = "0.3.1"
[build-dependencies]
-grass = "0.11"
+grass = { version = "0.11", default-features = false }