From 58b7a9686084c97c085d142cd8aefbfa501f6b45 Mon Sep 17 00:00:00 2001 From: John Smith Date: Wed, 2 Aug 2023 14:02:06 +0800 Subject: [PATCH] fix: unknown feature `proc_macro_span_shrink` (#1143) fix: https://github.com/rust-lang/rust/issues/113152 --- crates/sync-generator/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/sync-generator/Cargo.toml b/crates/sync-generator/Cargo.toml index f68b0d13f..9dae5f046 100644 --- a/crates/sync-generator/Cargo.toml +++ b/crates/sync-generator/Cargo.toml @@ -9,7 +9,7 @@ edition = { workspace = true } nom = "7.1.3" once_cell = "1.17.2" prisma-client-rust-sdk = { workspace = true } -proc-macro2 = "1.0.59" +proc-macro2 = "1.0.66" quote = "1.0.28" serde = { version = "1.0.163", features = ["derive"] } thiserror = "1.0.40"