From a5675ad991024292b143afcbac96074d9eb527c1 Mon Sep 17 00:00:00 2001 From: Michael Gattozzi Date: Mon, 18 Nov 2019 19:02:37 -0500 Subject: Change ticket/Cargo.toml to use non * versions --- ticket/Cargo.toml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/ticket/Cargo.toml b/ticket/Cargo.toml index 7d42f5f..fd97293 100644 --- a/ticket/Cargo.toml +++ b/ticket/Cargo.toml @@ -7,10 +7,10 @@ edition = "2018" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -anyhow = "*" -colored = "*" -paw = "*" +anyhow = "1.0" +colored = "1.9" +paw = "1.0" rustyline = "5.0" serde = { version = "1.0", features = ["derive"] } -structopt = { version = "*", features = ["paw"] } -toml = "*" +structopt = { version = "0.3", features = ["paw"] } +toml = "0.5" -- cgit v1.2.3