Skip to content

Commit 58b7a96

Browse files
authored
fix: unknown feature proc_macro_span_shrink (#1143)
fix: rust-lang/rust#113152
1 parent c2da6ef commit 58b7a96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/sync-generator/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ edition = { workspace = true }
99
nom = "7.1.3"
1010
once_cell = "1.17.2"
1111
prisma-client-rust-sdk = { workspace = true }
12-
proc-macro2 = "1.0.59"
12+
proc-macro2 = "1.0.66"
1313
quote = "1.0.28"
1414
serde = { version = "1.0.163", features = ["derive"] }
1515
thiserror = "1.0.40"

0 commit comments

Comments
 (0)