From 91d4cbedf7f6aa53f7ab59a8007e33a1dd5d70fd Mon Sep 17 00:00:00 2001 From: David LeGare Date: Wed, 2 Mar 2022 16:21:15 +0000 Subject: Update paste to 1.0.6 Test: cd external/rust/crates && atest --host -c Change-Id: I9cd862265c9835e9a18117d88179932f096eec9d --- Cargo.toml.orig | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'Cargo.toml.orig') diff --git a/Cargo.toml.orig b/Cargo.toml.orig index 782f2f4..88d4d81 100644 --- a/Cargo.toml.orig +++ b/Cargo.toml.orig @@ -1,8 +1,9 @@ [package] name = "paste" -version = "1.0.5" +version = "1.0.6" authors = ["David Tolnay "] edition = "2018" +rust-version = "1.31" license = "MIT OR Apache-2.0" description = "Macros for all your token pasting needs" repository = "https://github.com/dtolnay/paste" @@ -15,7 +16,7 @@ proc-macro = true [dev-dependencies] paste-test-suite = { version = "0", path = "tests/macros" } rustversion = "1.0" -trybuild = "1.0" +trybuild = { version = "1.0.49", features = ["diff"] } [package.metadata.docs.rs] targets = ["x86_64-unknown-linux-gnu"] -- cgit v1.2.3