Skip to content

Commit

Permalink
Update Cargo.toml blitz-core
Browse files Browse the repository at this point in the history
upgraded the keyboard-types from 0.6.2 to 0.7.0 
according to this issue and fix #52 (comment)
  • Loading branch information
QEU-B-458 authored Sep 14, 2023
1 parent 5e20c22 commit ca10203
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion blitz-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ anymap = "0.12.1"
futures-util = "0.3.26"
serde_json = "1.0.91"
serde = { version = "1.0.152", features = ["derive"] }
keyboard-types = "0.6.2"
keyboard-types = "0.7.0"
rustc-hash = "1.1.0"
shipyard = { version = "0.6.2", features = ["proc", "std"], default-features = false }
once_cell = "1.17.1"
Expand Down

0 comments on commit ca10203

Please sign in to comment.