1
1
mirror of https://github.com/wez/wezterm.git synced 2024-11-23 06:54:45 +03:00

vtparse: bump version for publish

This commit is contained in:
Wez Furlong 2020-02-22 07:32:52 -08:00
parent 097092b36d
commit c71004993f
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View File

@ -3238,7 +3238,7 @@ dependencies = [
[[package]]
name = "vtparse"
version = "0.2.1"
version = "0.2.2"
dependencies = [
"pretty_assertions",
"utf8parse",

View File

@ -1,7 +1,7 @@
[package]
authors = ["Wez Furlong <wez@wezfurlong.org>"]
name = "vtparse"
version = "0.2.1"
version = "0.2.2"
edition = "2018"
repository = "https://github.com/wez/wezterm"
description = "Low level escape sequence parser"