From c1a03873835c37b11a5a582bd0da4fd1d5b65087 Mon Sep 17 00:00:00 2001 From: Henrik Friedrichsen Date: Mon, 25 Jan 2021 09:59:35 +0100 Subject: [PATCH] Revert "pin syn to 1.0.57" This reverts commit 884b0c562bf2f647b28315214692fd3ccf9e1692. --- Cargo.lock | 1 - Cargo.toml | 1 - 2 files changed, 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 9540282..a29e9f8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1915,7 +1915,6 @@ 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 db78135..5e7c9c5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -46,7 +46,6 @@ strum = "0.20.0" strum_macros = "0.20.1" libc = "0.2" regex = "1" -syn = "=1.0.57" [dependencies.cursive] version = "0.16.3"