Skip to content

Commit

Permalink
Add fix to syn crate declaration
Browse files Browse the repository at this point in the history
  • Loading branch information
manuelgdlvh committed Jul 28, 2024
1 parent a8e5950 commit 08540cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -48,5 +48,5 @@ tracing = { version = "0.1", default-features = false }
tracing-core = { version = "0.1", default-features = false }
tracing-subscriber = { version = "0.3", default-features = false }
url = { version = "2.5", default-features = false }
syn = { version = "2.0.72", fedefault-features = false, features = ["full"] }
syn = { version = "2.0.72", default-features = false, features = ["full"] }

0 comments on commit 08540cc

Please sign in to comment.