From faa3f30deb32d0a1fd7cb196559762635b22ecfd Mon Sep 17 00:00:00 2001 From: Greg Brown Date: Tue, 19 Jan 2021 22:48:36 +0000 Subject: Remove usage of feature of proc_macro2. --- Cargo.toml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 29a4509..9769ca2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,9 +9,6 @@ members = ["autochomp", "chewed", "chomp-macro"] [dependencies] heck = "0.3.2" +proc-macro2 = "1.0.24" quote = "1.0.8" syn = "1.0.58" - -[dependencies.proc-macro2] -version = "1.0.24" -features = ["span-locations"] -- cgit v1.2.3