diff options
| author | Christian Duerr <contact@christianduerr.com> | 2020-02-11 19:59:45 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-02-11 19:59:45 +0000 |
| commit | 9e2fc2f4cd2db13f4f751fa7f21cf13629f9df32 (patch) | |
| tree | 1e816a8abe78cd75851901fcdd2f7d1b98dc7b60 /Cargo.toml | |
| parent | cad136272a95c2f17bb6e25b2df02509bb7b86bf (diff) | |
| download | r-alacritty-vte-9e2fc2f4cd2db13f4f751fa7f21cf13629f9df32.tar.gz r-alacritty-vte-9e2fc2f4cd2db13f4f751fa7f21cf13629f9df32.tar.bz2 r-alacritty-vte-9e2fc2f4cd2db13f4f751fa7f21cf13629f9df32.zip | |
Bump version to 0.7.0
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -8,7 +8,7 @@ categories = ["parsing", "no-std"] exclude = ["/.travis.yml"] readme = "README.md" license = "Apache-2.0 OR MIT" -version = "0.6.0" +version = "0.7.0" name = "vte" edition = "2018" |