From 76ad2fa73d360a959bf4d7f0505903576514e3ec Mon Sep 17 00:00:00 2001 From: Nathan Lilienthal Date: Fri, 12 Jan 2018 11:55:32 -0700 Subject: Remove leading './' from utf8parse's path. This is a purely cosmetic change at the moment. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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] -- cgit