Skip to content

Commit

Permalink
Merge #1057
Browse files Browse the repository at this point in the history
1057: Update proc-macro-crate requirement from 1 to 2 r=chitoyuu a=dependabot[bot]

Updates the requirements on [proc-macro-crate](https://github.com/bkchr/proc-macro-crate) to permit the latest version.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/bkchr/proc-macro-crate/releases">proc-macro-crate's releases</a>.</em></p>
<blockquote>
<h2>v2.0.0</h2>
<h2>What's Changed</h2>
<ul>
<li>Release 2.0.0 by <a href="https://github.com/bkchr"><code>`@​bkchr</code></a>` in <a href="https://redirect.github.com/bkchr/proc-macro-crate/pull/39">bkchr/proc-macro-crate#39</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a href="https://github.com/bkchr/proc-macro-crate/compare/v1.3.1...v2.0.0">https://github.com/bkchr/proc-macro-crate/compare/v1.3.1...v2.0.0</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/bkchr/proc-macro-crate/commit/cc100ed2bc1ac9bb81812fd435a43e2ef023f355"><code>cc100ed</code></a> Merge pull request <a href="https://redirect.github.com/bkchr/proc-macro-crate/issues/39">#39</a> from bkchr/bkchr-2.0.0</li>
<li><a href="https://github.com/bkchr/proc-macro-crate/commit/39a7c1844fc4d73ef397a7e8d9419f1f3381aa44"><code>39a7c18</code></a> Release 2.0.0</li>
<li><a href="https://github.com/bkchr/proc-macro-crate/commit/1fdce5d354fdd73bbfb442820823a4b802254bd3"><code>1fdce5d</code></a> Merge pull request <a href="https://redirect.github.com/bkchr/proc-macro-crate/issues/33">#33</a> from bkchr/bkchr-release-1.3.1</li>
<li><a href="https://github.com/bkchr/proc-macro-crate/commit/39716a71aa947ea6c038505cab720f1843689e07"><code>39716a7</code></a> Release 1.3.1</li>
<li><a href="https://github.com/bkchr/proc-macro-crate/commit/5df7139f0a6874902f5cb2c2e10e33d6c2f659e4"><code>5df7139</code></a> Merge pull request <a href="https://redirect.github.com/bkchr/proc-macro-crate/issues/32">#32</a> from MarijnS95/toml_edit-0.19</li>
<li><a href="https://github.com/bkchr/proc-macro-crate/commit/a0b717afc57e722923d0b5ee9c3c0fdfea2cc670"><code>a0b717a</code></a> Bump MSRV to 1.60</li>
<li><a href="https://github.com/bkchr/proc-macro-crate/commit/1cf0fc07b37552ef1823acc37c33be15934e482a"><code>1cf0fc0</code></a> Bump <code>toml_edit</code> to <code>0.19</code></li>
<li><a href="https://github.com/bkchr/proc-macro-crate/commit/0ec934ad4fc0a25b1158fd5a9573ae06924e7dad"><code>0ec934a</code></a> Merge pull request <a href="https://redirect.github.com/bkchr/proc-macro-crate/issues/30">#30</a> from bkchr/release-1.3.0</li>
<li><a href="https://github.com/bkchr/proc-macro-crate/commit/27e449cc08acf216d83a5f954644a18f0eea655e"><code>27e449c</code></a> Merge pull request <a href="https://redirect.github.com/bkchr/proc-macro-crate/issues/31">#31</a> from bkchr/bkchr-fix-multiple-crates</li>
<li><a href="https://github.com/bkchr/proc-macro-crate/commit/a9aa11831f7553e1d55a538618c1cd42fda0a5ec"><code>a9aa118</code></a> Fix finding crates which import itself</li>
<li>Additional commits viewable in <a href="https://github.com/bkchr/proc-macro-crate/compare/v1.2.0...v2.0.0">compare view</a></li>
</ul>
</details>
<br />


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-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

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` show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency
- ``@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)


</details>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
bors[bot] and dependabot[bot] authored Oct 4, 2023
2 parents 8961e5f + c343de3 commit 6dc9721
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gdnative-derive/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ proc-macro = true
syn = { version = "1", features = ["full", "extra-traits", "visit"] }
quote = "1"
proc-macro2 = "1"
proc-macro-crate = "1"
proc-macro-crate = "2"

[dev-dependencies]
# This is included for the doc tests.
Expand Down

0 comments on commit 6dc9721

Please sign in to comment.