Skip to content

Commit 27c74a9

Browse files
Update approx requirement from 0.4.0 to 0.5.0
Updates the requirements on [approx](https://github.com/brendanzab/approx) to permit the latest version. - [Release notes](https://github.com/brendanzab/approx/releases) - [Commits](https://github.com/brendanzab/approx/commits/v0.5.0) --- updated-dependencies: - dependency-name: approx dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent c219871 commit 27c74a9

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)