From fed60bc9e386fcd55be395d025bed8a5a2db49b8 Mon Sep 17 00:00:00 2001 From: David Tolnay Date: Mon, 27 Dec 2021 12:42:24 -0800 Subject: [PATCH] Remove proc-macro2 patch now that 1.0.36 is published --- Cargo.toml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index fc3f976..088260a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -31,8 +31,3 @@ members = ["benches"] [package.metadata.docs.rs] targets = ["x86_64-unknown-linux-gnu"] - -# FIXME: Remove once proc-macro2 has published version 1.0.36. Publish is stuck -# on GitHub Actions being broken today (2021-12-26). -[patch.crates-io] -proc-macro2 = { git = "https://github.com/dtolnay/proc-macro2" }