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" }