chore: update dependency versioning
This commit is contained in:
parent
4013bbeb9b
commit
357e72173b
|
@ -7,7 +7,7 @@ edition = "2018"
|
||||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
anyhow = "1.0.38"
|
anyhow = "^1.0"
|
||||||
pixels = "0.2.0"
|
pixels = "^0.2"
|
||||||
winit = "0.24.0"
|
winit = "^0.24"
|
||||||
winit_input_helper = "0.9.0"
|
winit_input_helper = "^0.9"
|
||||||
|
|
Loading…
Reference in New Issue