From 07f97f6c9879d17a9a6b5003bde341d2fb56361d Mon Sep 17 00:00:00 2001 From: spuds <71292624+bananaturtlesandwich@users.noreply.github.com> Date: Sat, 14 Jan 2023 15:42:44 +0000 Subject: [PATCH] static crate versions --- Cargo.toml | 18 ++++++------------ 1 file changed, 6 insertions(+), 12 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 2413038..b341f7b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,15 +12,9 @@ edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -byteorder = "*" -strum = { version = "*", features = ["derive"] } -aes = "*" -flate2 = "*" -hashbrown = "*" -thiserror = "*" - -[profile.release] -strip = true -lto = true -codegen-units = 1 -panic = "abort" +byteorder = "1.4" +strum = { version = "0.24", features = ["derive"] } +aes = "0.8" +flate2 = "1.0" +hashbrown = "0.13" +thiserror = "1.0"