mirror of
https://github.com/spacedriveapp/spacedrive.git
synced 2026-05-04 05:15:09 -04:00
fix: unknown feature proc_macro_span_shrink (#1143)
fix: https://github.com/rust-lang/rust/issues/113152
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user