We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15791bd commit 2cc56b3Copy full SHA for 2cc56b3
gdnative-core/Cargo.toml
@@ -19,7 +19,7 @@ type_tag_fallback = []
19
[dependencies]
20
gdnative-sys = { path = "../gdnative-sys", version = "0.9.3" }
21
gdnative-impl-proc-macros = { path = "../impl/proc_macros", version = "=0.9.3" }
22
-ahash = "0.7.4"
+ahash = "=0.7.4" # FIXME use flexible version as soon as https://github.com/tkaitchuck/aHash/issues/99 is fixed
23
approx = "0.5.0"
24
atomic-take = "1.0.0"
25
bitflags = { version = "1.2.1", optional = true }
0 commit comments