From 884b0c562bf2f647b28315214692fd3ccf9e1692 Mon Sep 17 00:00:00 2001 From: Henrik Friedrichsen Date: Wed, 13 Jan 2021 09:43:02 +0100 Subject: [PATCH] pin syn to 1.0.57 fixes #385 --- Cargo.lock | 1 + Cargo.toml | 1 + 2 files changed, 2 insertions(+) diff --git a/Cargo.lock b/Cargo.lock index b8e0d6c..ed026f5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1976,6 +1976,7 @@ dependencies = [ "serde_json", "strum 0.20.0", "strum_macros 0.20.1", + "syn 1.0.57", "tokio-core", "tokio-timer", "toml", diff --git a/Cargo.toml b/Cargo.toml index aba434c..dfbfdc2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -46,6 +46,7 @@ strum = "0.20.0" strum_macros = "0.20.1" libc = "0.2" regex = "1" +syn = "=1.0.57" [dependencies.cursive] version = "0.15"