From 13dd896cd67dab17c555b49aba5b349a351bad13 Mon Sep 17 00:00:00 2001 From: Charles Shiflett Date: Fri, 15 Nov 2024 12:05:15 -0800 Subject: [PATCH] Be more specific about versions --- Cargo.toml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 5c0cc42..a75ca7d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -26,15 +26,15 @@ regex = "1" libc = "0.*" subprocess = "0.*" flatbuffers = "23.*" -log = "*" -syslog = "*" -rand = "*" -shadow-rs = "*" -yaml-rust2 = "*" -hex = "*" +log = "0.*" +syslog = "7.*" +rand = "0.*" +shadow-rs = "0.*" +yaml-rust2 = "0.*" +hex = "0.*" crossbeam-channel = "0.5" -zstd-safe = "*" -chrono = "*" +zstd-safe = "7.*" +chrono = "0.*" [profile.release] opt-level = 'z' # Optimize for size