diff options
author | Christian Duerr <contact@christianduerr.com> | 2023-03-09 15:46:41 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-03-09 14:46:41 +0000 |
commit | aba7d319b621609ab4244d1fe25187a319b04664 (patch) | |
tree | 52c14850b2034d5b1ef56472a685e141396cedb0 | |
parent | 8b415320df73b54808ae06d0bf22adcb7dc706ee (diff) | |
download | r-alacritty-vte-aba7d319b621609ab4244d1fe25187a319b04664.tar.gz r-alacritty-vte-aba7d319b621609ab4244d1fe25187a319b04664.tar.bz2 r-alacritty-vte-aba7d319b621609ab4244d1fe25187a319b04664.zip |
Bump utf8parse to 0.2.1
-rw-r--r-- | utf8parse/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utf8parse/Cargo.toml b/utf8parse/Cargo.toml index f270975..5af8fb5 100644 --- a/utf8parse/Cargo.toml +++ b/utf8parse/Cargo.toml @@ -6,7 +6,7 @@ repository = "https://github.com/alacritty/vte" keywords = ["utf8", "parse", "table"] categories = ["parsing", "no-std"] license = "Apache-2.0 OR MIT" -version = "0.2.0" +version = "0.2.1" name = "utf8parse" edition = "2018" |