Skip to content

Commit

Permalink
Upgrade syn dependency to v2
Browse files Browse the repository at this point in the history
  • Loading branch information
kennytm committed Jun 2, 2024
1 parent 41fad97 commit 14b022a
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 = "2"
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 14b022a

Please sign in to comment.