diff --git a/mutagen-core/Cargo.toml b/mutagen-core/Cargo.toml index 13bebaf..b5d3bee 100644 --- a/mutagen-core/Cargo.toml +++ b/mutagen-core/Cargo.toml @@ -14,7 +14,7 @@ lazy_static = "1.4.0" quote = "1.0.9" proc-macro2 = { version = "1.0.29", features = ["span-locations"] } -syn = { version = "1.0.76", features = ["full", "extra-traits", "fold"] } +syn = { version = "2.0.18", features = ["full", "extra-traits", "fold"] } [features]