Skip to content

Commit

Permalink
Add support for syn v2 in proc-macro (#108)
Browse files Browse the repository at this point in the history
Co-authored-by: Julien Cretin <github@ia0.eu>
  • Loading branch information
kennytm and ia0 authored Jun 2, 2024
1 parent 41fad97 commit 2ca3aaa
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion lib/macro/internal/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@ default-features = false
features = ["alloc"]

[dependencies.syn]
version = "1"
version = ">= 1, < 3"
default-features = false
features = ["parsing", "proc-macro"]
2 changes: 0 additions & 2 deletions xtask/src/main.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
#![feature(iter_intersperse)]

use std::borrow::Cow;
use std::collections::{BTreeMap, BTreeSet, HashSet};
use std::ffi::OsStr;
Expand Down

0 comments on commit 2ca3aaa

Please sign in to comment.