aboutsummaryrefslogtreecommitdiff
path: root/utf8parse
diff options
context:
space:
mode:
authorChristian Duerr <contact@christianduerr.com>2024-06-08 09:07:09 +0200
committerGitHub <noreply@github.com>2024-06-08 07:07:09 +0000
commitebc4a4d7259678a8626f5c269ea9348dfc3e79b2 (patch)
tree43dc66a8c2d49337385c9e3c92890f6c847974d9 /utf8parse
parenta971e86f8545cd4fe9ed4fd28e31758e9460c6ed (diff)
downloadr-alacritty-vte-ebc4a4d7259678a8626f5c269ea9348dfc3e79b2.tar.gz
r-alacritty-vte-ebc4a4d7259678a8626f5c269ea9348dfc3e79b2.tar.bz2
r-alacritty-vte-ebc4a4d7259678a8626f5c269ea9348dfc3e79b2.zip
Bump crate versions missing license filesmaster
This patch bumps utf8parse/vte_generate_state_changes versions to release the change which included the license files into the crates.io package. Closes #113.
Diffstat (limited to 'utf8parse')
-rw-r--r--utf8parse/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/utf8parse/Cargo.toml b/utf8parse/Cargo.toml
index 5af8fb5..71ea44b 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.1"
+version = "0.2.2"
name = "utf8parse"
edition = "2018"