Skip to content

Commit 2cc56b3

Browse files
committed
Workaround MSRV bump in ahash
CI pipelines for Rust 1.48 now failing, see: tkaitchuck/aHash#99
1 parent 15791bd commit 2cc56b3

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.9.3" }
2121
gdnative-impl-proc-macros = { path = "../impl/proc_macros", version = "=0.9.3" }
22-
ahash = "0.7.4"
22+
ahash = "=0.7.4" # FIXME use flexible version as soon as https://github.com/tkaitchuck/aHash/issues/99 is fixed
2323
approx = "0.5.0"
2424
atomic-take = "1.0.0"
2525
bitflags = { version = "1.2.1", optional = true }

0 commit comments

Comments
 (0)