Skip to content
This repository has been archived by the owner on Jun 11, 2024. It is now read-only.

Commit

Permalink
Bump godot from 27b0054 to 3c7173c in /rust (#105)
Browse files Browse the repository at this point in the history
Bumps [godot](https://github.com/godot-rust/gdext) from `27b0054` to
`3c7173c`.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/godot-rust/gdext/commit/3c7173cbf862647bc71faf7913b0b874ba1e055b"><code>3c7173c</code></a>
Merge pull request <a
href="https://redirect.github.com/godot-rust/gdext/issues/734">#734</a>
from godot-rust/qol/no-fmt-crate</li>
<li><a
href="https://github.com/godot-rust/gdext/commit/d4e314afb9738bbc94035e454049db70d569e634"><code>d4e314a</code></a>
Integrate <code>godot-fmt</code> crate into
<code>godot-codegen</code></li>
<li><a
href="https://github.com/godot-rust/gdext/commit/799c3f5f88eeeabe8bcb8064bd12c86a0e1f9047"><code>799c3f5</code></a>
Merge pull request <a
href="https://redirect.github.com/godot-rust/gdext/issues/733">#733</a>
from godot-rust/qol/streamline-modules-3</li>
<li><a
href="https://github.com/godot-rust/gdext/commit/9345010759a53ac4b61a0c651ba81ec451475b10"><code>9345010</code></a>
Move all ScriptInstance related functionality to godot::obj::script</li>
<li><a
href="https://github.com/godot-rust/gdext/commit/a5cf41130fcd92924a3a32c277d223aefc217624"><code>a5cf411</code></a>
Rename godot::extras -&gt; godot::tools</li>
<li><a
href="https://github.com/godot-rust/gdext/commit/b77af9b87d6b07d809301b286b7f75447bcf05b9"><code>b77af9b</code></a>
Move save, load etc.: godot::global -&gt; godot::extras</li>
<li><a
href="https://github.com/godot-rust/gdext/commit/4725555c33cccf9b9dbea77bd1793f9d7f62f13b"><code>4725555</code></a>
Rename godot::engine usages</li>
<li><a
href="https://github.com/godot-rust/gdext/commit/27bf125ed8b4db5a26a4f84a6f6d4358ee306daf"><code>27bf125</code></a>
Rename godot::engine -&gt; godot::classes</li>
<li><a
href="https://github.com/godot-rust/gdext/commit/1e9ea8022beb4adb591bae71aa5ab67c595090bc"><code>1e9ea80</code></a>
Merge pull request <a
href="https://redirect.github.com/godot-rust/gdext/issues/732">#732</a>
from godot-rust/qol/streamlined-modules-2</li>
<li><a
href="https://github.com/godot-rust/gdext/commit/685e0a223ef49e63a89620d272fc2479b189ce34"><code>685e0a2</code></a>
Remove NODE_RECACHE_REQUESTED notification on older API levels, too</li>
<li>Additional commits viewable in <a
href="https://github.com/godot-rust/gdext/compare/27b0054a296ebabebe80f2db3ec4f3c09d519b4b...3c7173cbf862647bc71faf7913b0b874ba1e055b">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>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored May 28, 2024
1 parent a2f1324 commit 910ffa8
Showing 1 changed file with 7 additions and 16 deletions.
23 changes: 7 additions & 16 deletions rust/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 910ffa8

Please sign in to comment.