dbrgn / tracing-test

Access and evaluate tracing logs in async and sync tests.
Apache License 2.0
62 stars 27 forks source link

Update syn #40

Closed xd009642 closed 4 months ago

xd009642 commented 4 months ago

_So I thought this might require more code changes because my own syn update took a lot of work. But it turned out it was just super easy._

This PR updates syn to syn 2, on a lot of machines syn takes a while to build (mine it takes ~25-30s) and have syn 1.x and 2.x in a dependency tree can become an unnecessary burden on the build times. Currently, tracing-test is the last project in my dependency tree bringing in syn 1 so I was hoping you would consider upgrading syn and pushing out a new release.

I'm more than happy to update all other dependencies as well if this is too little a change! :sweat_smile:

dbrgn commented 4 months ago

Nice, thanks!

Of course, further update PRs are welcome as well 😄

dbrgn commented 4 months ago

Ah, never mind, cargo outdated reports no available dependency updates.

dbrgn commented 4 months ago

Released in 0.2.5