From 357e72173ba56a4ae2d994d58219a9870eb2b1ea Mon Sep 17 00:00:00 2001 From: Rekai Musuka Date: Sat, 20 Feb 2021 17:03:01 -0600 Subject: [PATCH] chore: update dependency versioning --- Cargo.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index b194a26..838fd79 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,7 +7,7 @@ edition = "2018" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -anyhow = "1.0.38" -pixels = "0.2.0" -winit = "0.24.0" -winit_input_helper = "0.9.0" +anyhow = "^1.0" +pixels = "^0.2" +winit = "^0.24" +winit_input_helper = "^0.9"