From 9acf7b4774185905e2d10f4e57350bb48a23be52 Mon Sep 17 00:00:00 2001 From: Stephen Chung Date: Tue, 19 Jan 2021 14:23:05 +0800 Subject: [PATCH] Bump ahash to 0.6. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index e433e996..2b12fb19 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -24,7 +24,7 @@ categories = [ "no-std", "embedded", "wasm", "parser-implementations" ] [dependencies] smallvec = { version = "1.6", default-features = false, features = ["union"] } -ahash = { version = "0.5", default-features = false } +ahash = { version = "0.6", default-features = false } rhai_codegen = { version = "0.3", path = "codegen" } [features]