jix / varisat

SAT solver written in Rust
https://jix.one/project/varisat
Apache License 2.0
253 stars 17 forks source link

Bump proc-macro2 from 0.4.30 to 1.0.3 #118

Closed dependabot-preview[bot] closed 5 years ago

dependabot-preview[bot] commented 5 years ago

Bumps proc-macro2 from 0.4.30 to 1.0.3.

Release notes *Sourced from [proc-macro2's releases](https://github.com/alexcrichton/proc-macro2/releases).* > ## 1.0.1 > - Documentation improvements > - Fail with a better error message when being built on a compiler that is too old > > ## 1.0.0 > - Minimum supported rustc version is raised from 1.15 to 1.31 > - Deprecated `TokenStream::empty` constructor has been removed in favor of `TokenStream::new`
Commits - [`cf62a7b`](https://github.com/alexcrichton/proc-macro2/commit/cf62a7bac077a1755d254f5bfca6f097e56efe84) Release 1.0.3 - [`16d1bf5`](https://github.com/alexcrichton/proc-macro2/commit/16d1bf5c029cbf1b468a82e56a60df73a0221cf5) Allow nightly features on a dev compiler - [`77cd341`](https://github.com/alexcrichton/proc-macro2/commit/77cd34159454960df7a8b27078d4a644464f0b3d) Restore no-default-features test on nightly - [`22b7710`](https://github.com/alexcrichton/proc-macro2/commit/22b7710d5924e28892cf96777cf5462a7d5a81d7) Format with rustfmt 2019-08-19 - [`8153c49`](https://github.com/alexcrichton/proc-macro2/commit/8153c4908df636b842118097db7ccec0c62e1f40) Merge pull request [#192](https://github-redirect.dependabot.com/alexcrichton/proc-macro2/issues/192) from kazimuth/no-default-features-tests - [`75496ff`](https://github.com/alexcrichton/proc-macro2/commit/75496ffb5f4f441f5543e6ecfea524f4874612fe) Actually allow disabling proc-macro feature in tests - [`f75cb32`](https://github.com/alexcrichton/proc-macro2/commit/f75cb3278e8ab144315bd87ec8f2812c0dd96b2e) Release 1.0.2 - [`b68d463`](https://github.com/alexcrichton/proc-macro2/commit/b68d4636d54a5777351a3385b45154e2f712e133) impl From\ for TokenStream - [`b5f57e9`](https://github.com/alexcrichton/proc-macro2/commit/b5f57e978cf38ca7b48dc0b17ca5a1b84923700e) Merge pull request [#191](https://github-redirect.dependabot.com/alexcrichton/proc-macro2/issues/191) from CreepySkeleton/patch-1 - [`3888372`](https://github.com/alexcrichton/proc-macro2/commit/388837240ab74512e1b8ac93564fbbbc8a9fa7e4) Improve docs - Additional commits viewable in [compare view](https://github.com/alexcrichton/proc-macro2/compare/0.4.30...1.0.3)


Dependabot compatibility score

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.


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 close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor 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) - 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.
dependabot-preview[bot] commented 5 years ago

Superseded by #122.