Skip to content

Commit ac9fa6a

Browse files
Update ahash requirement from 0.7.6 to 0.8.0
Updates the requirements on [ahash](https://github.com/tkaitchuck/ahash) to permit the latest version. - [Release notes](https://github.com/tkaitchuck/ahash/releases) - [Commits](tkaitchuck/aHash@v0.7.6...v0.8.0) --- updated-dependencies: - dependency-name: ahash dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 1b4754c commit ac9fa6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
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.10.0" }
2121
gdnative-impl-proc-macros = { path = "../impl/proc-macros", version = "=0.10.0" }
22-
ahash = "0.7.6"
22+
ahash = "0.8.0"
2323
approx = "0.5"
2424
atomic-take = "1"
2525
bitflags = "1"

0 commit comments

Comments
 (0)