From 26f3e50f5a5f58ff7d8a42e526b3a0a41c0e2f25 Mon Sep 17 00:00:00 2001 From: gwenn <45554+gwenn@users.noreply.github.com> Date: Fri, 7 May 2021 19:32:40 +0200 Subject: [PATCH] Upgrade to hashlink 0.7 (#955) --- Cargo.toml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index fd08180..b419927 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -94,10 +94,12 @@ bundled-full = [ "window", ] +default = ["bundled-full"] + [dependencies] time = { version = "0.2.23", optional = true } bitflags = "1.2" -hashlink = "0.6" +hashlink = "0.7" chrono = { version = "0.4", optional = true } serde_json = { version = "1.0", optional = true } csv = { version = "1.1", optional = true }