Release notes
*Sourced from [syn's releases](https://github.com/dtolnay/syn/releases).*
> ## 0.15.36
> - Fix order of `const async unsafe` ([#642](https://github-redirect.dependabot.com/dtolnay/syn/issues/642), thanks [@felixrabe](https://github.com/felixrabe))
> - Loosen lifetime requirement for group parsing macros ([#648](https://github-redirect.dependabot.com/dtolnay/syn/issues/648), thanks [@samsartor](https://github.com/samsartor))
Commits
- [`2cf4874`](https://github.com/dtolnay/syn/commit/2cf48740ca43812b8284a58b903b509c23c4e56f) Release 0.15.36
- [`602780f`](https://github.com/dtolnay/syn/commit/602780f24431068e87f2d2c1020aa6ca7d12b78f) Merge pull request [#648](https://github-redirect.dependabot.com/dtolnay/syn/issues/648) from samsartor/master
- [`b7050ef`](https://github.com/dtolnay/syn/commit/b7050ef47b4e1ca101d99be0d581119812de833e) loosen group lifetimes
- [`0925af2`](https://github.com/dtolnay/syn/commit/0925af292e50c0302db6d8c46f419c0ba5747231) Update test suite to nightly-2019-06-13
- [`b72388c`](https://github.com/dtolnay/syn/commit/b72388c0273f77766e2a02164cedac20f3706ee1) Apply async unsafe swap in generated code
- [`6df6379`](https://github.com/dtolnay/syn/commit/6df6379e4069243258f3b4c253525040fa1c8c68) Merge pull request [#642](https://github-redirect.dependabot.com/dtolnay/syn/issues/642) from felixrabe/patch-1
- [`12cb78e`](https://github.com/dtolnay/syn/commit/12cb78e76af0172bdc5a849c5fd1c08cde6e906b) Fix order to be "const async unsafe" everywhere
- See full diff in [compare view](https://github.com/dtolnay/syn/compare/0.15.35...0.15.36)
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
If all status checks pass Dependabot will automatically merge this pull request.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
- `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language
- `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language
- `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language
- `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language
- `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme
Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com):
- Update frequency (including time of day and day of week)
- Automerge options (never/patch/minor, and dev/runtime dependencies)
- Pull request limits (per update run and/or open at any time)
- Out-of-range updates (receive only lockfile updates, if desired)
- Security updates (receive only security updates, if desired)
Finally, you can contact us by mentioning @dependabot.
Bumps syn from 0.15.35 to 0.15.36.
Release notes
*Sourced from [syn's releases](https://github.com/dtolnay/syn/releases).* > ## 0.15.36 > - Fix order of `const async unsafe` ([#642](https://github-redirect.dependabot.com/dtolnay/syn/issues/642), thanks [@felixrabe](https://github.com/felixrabe)) > - Loosen lifetime requirement for group parsing macros ([#648](https://github-redirect.dependabot.com/dtolnay/syn/issues/648), thanks [@samsartor](https://github.com/samsartor))Commits
- [`2cf4874`](https://github.com/dtolnay/syn/commit/2cf48740ca43812b8284a58b903b509c23c4e56f) Release 0.15.36 - [`602780f`](https://github.com/dtolnay/syn/commit/602780f24431068e87f2d2c1020aa6ca7d12b78f) Merge pull request [#648](https://github-redirect.dependabot.com/dtolnay/syn/issues/648) from samsartor/master - [`b7050ef`](https://github.com/dtolnay/syn/commit/b7050ef47b4e1ca101d99be0d581119812de833e) loosen group lifetimes - [`0925af2`](https://github.com/dtolnay/syn/commit/0925af292e50c0302db6d8c46f419c0ba5747231) Update test suite to nightly-2019-06-13 - [`b72388c`](https://github.com/dtolnay/syn/commit/b72388c0273f77766e2a02164cedac20f3706ee1) Apply async unsafe swap in generated code - [`6df6379`](https://github.com/dtolnay/syn/commit/6df6379e4069243258f3b4c253525040fa1c8c68) Merge pull request [#642](https://github-redirect.dependabot.com/dtolnay/syn/issues/642) from felixrabe/patch-1 - [`12cb78e`](https://github.com/dtolnay/syn/commit/12cb78e76af0172bdc5a849c5fd1c08cde6e906b) Fix order to be "const async unsafe" everywhere - See full diff in [compare view](https://github.com/dtolnay/syn/compare/0.15.35...0.15.36)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.If all status checks pass Dependabot will automatically merge this pull request.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Automerge options (never/patch/minor, and dev/runtime dependencies) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) Finally, you can contact us by mentioning @dependabot.