From 3a20aeab82c1933bf4725faea9029e34f20cfa8e Mon Sep 17 00:00:00 2001 From: Igor Raits Date: Tue, 29 Dec 2020 14:01:43 +0100 Subject: [PATCH] chore: Update paste to 1 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 79fa1b098b..32021c032a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -31,7 +31,7 @@ structopt = "0.3" time = "0.1.39" tempfile = "3.1.0" thread-id = "3.3.0" # remove when we work with minimal-versions without it -paste = "0.1.12" +paste = "1" [features] unstable = []