From bbfc2351f957f0dd49dc23c426ba29e020dfb10f Mon Sep 17 00:00:00 2001 From: Seppel3210 <34406239+Seppel3210@users.noreply.github.com> Date: Fri, 28 May 2021 09:30:16 +0200 Subject: [PATCH] Change "*" versions to explicit versions Change "*" versions to explicit versions in Cargo.toml --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 3ed504f..497d99f 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] -clap = "*" +clap = "2.33" logos = "0.12" -rand = "*" +rand = "0.8" rustyline = "8.0.0"