From 87be59f52423e2230cc4a3177045c2a4b9b8c89a Mon Sep 17 00:00:00 2001 From: Mingun Date: Sat, 12 Aug 2023 15:06:15 +0500 Subject: [PATCH] Temporary solve https://github.com/serde-rs/test/pull/31 by using patch --- Cargo.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index ac94fb08c..07fbdf008 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,6 +8,8 @@ members = [ [patch.crates-io] serde = { path = "serde" } +# Temorary until https://github.com/serde-rs/test/pull/31 is merged +serde_test = { git = "https://github.com/Mingun/serde-test", branch = "borrowed-variant-identifiers" } [workspace.dependencies] proc-macro2 = { version = "1.0.74", default-features = false }