Skip to content

Commit

Permalink
Bump vte_generate_state_changes to 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisduerr authored Jan 9, 2025
1 parent 4d9f129 commit ff21c30
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@ cursor-icon = { version = "1.0.0", default-features = false, optional = true }
log = { version = "0.4.17", optional = true }
memchr = "2.7.4"
serde = { version = "1.0.160", features = ["derive"], optional = true }
vte_generate_state_changes = { version = "0.1.0", path = "vte_generate_state_changes" }
vte_generate_state_changes = { version = "0.2.0", path = "vte_generate_state_changes" }
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.2"
version = "0.2.0"
edition = "2018"

[lib]
Expand Down

0 comments on commit ff21c30

Please sign in to comment.