aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Fischer <martin@push-f.com>2021-04-08 08:47:56 +0200
committerMartin Fischer <martin@push-f.com>2021-04-08 15:40:48 +0200
commita019589f49995845ecf86b9d165498db0461e5cd (patch)
tree0f0848dc0e381293ac1205ffd95b218b117e6711
parent57e7eefcbe6fb8c3dc4b01c707be9de4c34963a7 (diff)
drop path from markup5ever dependency
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 3caf8c6..d8bacd4 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -14,7 +14,7 @@ edition = "2018"
[dependencies]
log = "0.4"
mac = "0.1"
-markup5ever = { version = "0.10", path = "../markup5ever" }
+markup5ever = { version = "0.10" }
[dev-dependencies]
typed-arena = "1.3.0"