From ebc4a4d7259678a8626f5c269ea9348dfc3e79b2 Mon Sep 17 00:00:00 2001 From: Christian Duerr Date: Sat, 8 Jun 2024 09:07:09 +0200 Subject: Bump crate versions missing license files 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. --- utf8parse/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'utf8parse') 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" -- cgit