diff options
author | Nathan Lilienthal <nathan@nixpulvis.com> | 2018-01-12 11:55:32 -0700 |
---|---|---|
committer | Joe Wilm <jwilm@users.noreply.github.com> | 2018-01-12 11:42:38 -0800 |
commit | 76ad2fa73d360a959bf4d7f0505903576514e3ec (patch) | |
tree | 6b1535d2c2c7f4abdb8298d5e40c084fc4081682 | |
parent | 5cf8c3380131b9d0df186eb830d18a75c88092ea (diff) | |
download | r-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.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -10,7 +10,7 @@ documentation = "https://docs.rs/vte/" readme = "README.md" [dependencies.utf8parse] -path = "./utf8parse" +path = "utf8parse" version = "0.1" [workspace] |