Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion 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 derive/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ repository = "https://github.com/parcel-bundler/lightningcss"
proc-macro = true

[dependencies]
syn = { version = "1.0", features = ["extra-traits"] }
syn = { version = "1.0", default-features = false }
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I didn't check how much was saved here.

In the past I've seen a similar change save about 1s of compile time ia0/data-encoding#56 (comment)

quote = "1.0"
proc-macro2 = "1.0"