Skip to content

Commit

Permalink
Switch to published version of syn-select for syn 2
Browse files Browse the repository at this point in the history
  • Loading branch information
dtolnay committed May 23, 2023
1 parent 10377dc commit edd194d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ proc-macro2 = "1.0"
quote = { version = "1.0", default-features = false }
serde = { version = "1.0", features = ["derive"] }
syn = { version = "2.0.16", default-features = false, features = ["full", "parsing", "printing", "visit-mut"] }
syn-select-next = "=0.3.0-alpha.1"
syn-select = "0.3"
tempfile = "3.0"
termcolor = "1.0"
toml = "0.7"
Expand Down

0 comments on commit edd194d

Please sign in to comment.