From 7c2eb614db7947d5f12c02685c97404729e98acd Mon Sep 17 00:00:00 2001 From: RGBCube Date: Mon, 8 Jan 2024 19:12:57 +0300 Subject: [PATCH] Remove useless patch section --- Cargo.toml | 3 ++- embed-macros/Cargo.toml | 3 --- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 469c2dd..66297f8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,2 +1,3 @@ [workspace] -members = [ "embed", "embed-macros" ] +members = [ "embed", "embed-macros" ] +resolver = "2" diff --git a/embed-macros/Cargo.toml b/embed-macros/Cargo.toml index 3da0d2d..9d37493 100644 --- a/embed-macros/Cargo.toml +++ b/embed-macros/Cargo.toml @@ -16,6 +16,3 @@ proc-macro = true proc-macro2 = { version = "1", features = [ "span-locations" ] } quote = "1" syn = "2" - -[patch.crates-io] -proc-macro2 = { git = "https://github.com/RGBCube/proc-macro2" }