diff --git a/tailcall-macros/Cargo.toml b/tailcall-macros/Cargo.toml index 765078240b..036f418fd8 100644 --- a/tailcall-macros/Cargo.toml +++ b/tailcall-macros/Cargo.toml @@ -8,5 +8,5 @@ proc-macro = true [dependencies] syn = { version = "2.0.60", features = ["derive", "full"] } -quote = "1.0" +quote = "1.0.36" proc-macro2 = "1.0.81"