Skip to content

Commit

Permalink
bugfix(rwh): Bump rwh_05 min version to 0.5.2
Browse files Browse the repository at this point in the history
Correct min version to support "std" feature
  • Loading branch information
alexheretic authored and kchibisov committed Dec 24, 2023
1 parent a32e232 commit 2d1607b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ log = "0.4"
mint = { version = "0.5.6", optional = true }
once_cell = "1.12"
rwh_04 = { package = "raw-window-handle", version = "0.4", optional = true }
rwh_05 = { package = "raw-window-handle", version = "0.5", features = ["std"], optional = true }
rwh_05 = { package = "raw-window-handle", version = "0.5.2", features = ["std"], optional = true }
rwh_06 = { package = "raw-window-handle", version = "0.6", features = ["std"], optional = true }
serde = { version = "1", optional = true, features = ["serde_derive"] }
smol_str = "0.2.0"
Expand Down

0 comments on commit 2d1607b

Please sign in to comment.