From 9c7eb4094780bf082b5e49ba74cf11310642cefe Mon Sep 17 00:00:00 2001 From: Claudio Noguera Date: Mon, 29 Mar 2021 02:16:12 +0200 Subject: [PATCH] [ci skip] lint --- Cargo.toml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 1569e8b..eef92cc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,6 +9,7 @@ keywords = ["ledger", "plaintext-accounting"] license = "MIT" homepage = "https://github.com/frosklis/dinero-rs" repository = "https://github.com/frosklis/dinero-rs" +rust-version = "1.38" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [lib] name = "dinero" @@ -28,8 +29,8 @@ regex = "1" lazy_static = "1.4.0" structopt = "0.3.21" shellexpand = "2.1.0" -# Two timer depends on pidgin, but with the upgrade to 0.4.1, iy breaks -# So I don't let it use two_timer 2.2.1 +# Two timer depends on pidgin, but with the upgrade to 0.4.1, it breaks +# So I don't let it use pidgin 0.4.1, it has to be 0.4.0 pidgin = "=0.4.0" two_timer = "2.2.0" assert_cmd = "1.0.3"