Skip to content

Commit 0ef1767

Browse files
Merge #744
744: Update approx requirement from 0.4.0 to 0.5.0 r=toasteater a=dependabot[bot] Updates the requirements on [approx](https://github.com/brendanzab/approx) to permit the latest version. <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/brendanzab/approx/commits/v0.5.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 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>
2 parents c219871 + 27c74a9 commit 0ef1767

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

gdnative-core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ type_tag_fallback = []
1919
[dependencies]
2020
gdnative-sys = { path = "../gdnative-sys", version = "0.9.3" }
2121
libc = "0.2"
22-
approx = "0.4.0"
22+
approx = "0.5.0"
2323
glam = "0.15.1"
2424
indexmap = "1.6.0"
2525
ahash = "0.7.0"

test/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ type_tag_fallback = ["gdnative/type_tag_fallback"]
1515
[dependencies]
1616
gdnative = { path = "../gdnative", features = ["gd_test"] }
1717
gdnative-derive = { path = "../gdnative-derive" }
18-
approx = "0.3.2"
18+
approx = "0.5.0"

0 commit comments

Comments
 (0)