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 }