Skip to content

Commit

Permalink
Update to syn 2.0 (#57)
Browse files Browse the repository at this point in the history
* Update to syn 2.0

All tests still pass and this crate wasn't really relying on much that
changed.

* Bump CI to new syn MSRV
  • Loading branch information
Noratrieb authored Mar 24, 2023
1 parent b3842a1 commit 52af0d1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
strategy:
fail-fast: false
matrix:
rust: [stable, 1.31.0]
rust: [stable, 1.56.1]
include:
- rust: nightly
name: WebAssembly
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ quote = { version = "1", default-features = false }
unicode-xid = "0.2"

[dependencies.syn]
version = "1"
version = "2"
default-features = false
features = ["derive", "parsing", "printing", "clone-impls", "visit", "extra-traits"]

Expand Down

0 comments on commit 52af0d1

Please sign in to comment.