Skip to content

Commit

Permalink
Workaround MSRV bump in ahash
Browse files Browse the repository at this point in the history
CI pipelines for Rust 1.48 now failing, see:
tkaitchuck/aHash#99
  • Loading branch information
Bromeon committed Oct 12, 2021
1 parent 15791bd commit 2cc56b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gdnative-core/Cargo.toml
Expand Up @@ -19,7 +19,7 @@ type_tag_fallback = []
[dependencies]
gdnative-sys = { path = "../gdnative-sys", version = "0.9.3" }
gdnative-impl-proc-macros = { path = "../impl/proc_macros", version = "=0.9.3" }
ahash = "0.7.4"
ahash = "=0.7.4" # FIXME use flexible version as soon as https://github.com/tkaitchuck/aHash/issues/99 is fixed
approx = "0.5.0"
atomic-take = "1.0.0"
bitflags = { version = "1.2.1", optional = true }
Expand Down

0 comments on commit 2cc56b3

Please sign in to comment.