From 346bd072d37f9a2f440af690bc9f3d5f0d3044bd Mon Sep 17 00:00:00 2001 From: Maksym Vorobiov Date: Thu, 5 Mar 2020 14:58:44 +0200 Subject: [PATCH] fix build with failing quote --- actix-macros/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/actix-macros/Cargo.toml b/actix-macros/Cargo.toml index e1a961bc..8691f041 100644 --- a/actix-macros/Cargo.toml +++ b/actix-macros/Cargo.toml @@ -14,7 +14,7 @@ workspace = ".." proc-macro = true [dependencies] -quote = "^1" +quote = "=1.0.2" syn = { version = "^1", features = ["full"] } [dev-dependencies]