aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNathan Lilienthal <nathan@nixpulvis.com>2018-01-12 11:55:32 -0700
committerJoe Wilm <jwilm@users.noreply.github.com>2018-01-12 11:42:38 -0800
commit76ad2fa73d360a959bf4d7f0505903576514e3ec (patch)
tree6b1535d2c2c7f4abdb8298d5e40c084fc4081682
parent5cf8c3380131b9d0df186eb830d18a75c88092ea (diff)
downloadr-alacritty-vte-76ad2fa73d360a959bf4d7f0505903576514e3ec.tar.gz
r-alacritty-vte-76ad2fa73d360a959bf4d7f0505903576514e3ec.tar.bz2
r-alacritty-vte-76ad2fa73d360a959bf4d7f0505903576514e3ec.zip
Remove leading './' from utf8parse's path.
This is a purely cosmetic change at the moment.
-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]