Skip to content

Commit

Permalink
Bump crate versions missing license files
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
chrisduerr authored Jun 8, 2024
1 parent a971e86 commit ebc4a4d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion utf8parse/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down
2 changes: 1 addition & 1 deletion vte_generate_state_changes/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description = "Proc macro for generating VTE state changes"
repository = "https://github.com/alacritty/vte"
name = "vte_generate_state_changes"
license = "Apache-2.0 OR MIT"
version = "0.1.1"
version = "0.1.2"
edition = "2018"

[lib]
Expand Down

0 comments on commit ebc4a4d

Please sign in to comment.