aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 27a028f..9374466 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -10,7 +10,7 @@ documentation = "https://docs.rs/vte/"
readme = "README.md"
[dependencies.utf8parse]
-path = "./utf8parse"
+path = "utf8parse"
version = "0.1"
[workspace]