chore: update dependency versioning

This commit is contained in:
Rekai Nyangadzayi Musuka 2021-02-20 17:03:01 -06:00
parent 4013bbeb9b
commit 357e72173b
1 changed files with 4 additions and 4 deletions

View File

@ -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"