From 54d03bdb9b9ae1575bce0d834605e4f02a5a49cc Mon Sep 17 00:00:00 2001 From: Robert Bamler Date: Sat, 31 Aug 2024 19:19:05 +0200 Subject: [PATCH] Update to constriction version 0.4 --- compressed_dynamic_word_embeddings/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compressed_dynamic_word_embeddings/Cargo.toml b/compressed_dynamic_word_embeddings/Cargo.toml index b232c40..b2026fe 100644 --- a/compressed_dynamic_word_embeddings/Cargo.toml +++ b/compressed_dynamic_word_embeddings/Cargo.toml @@ -6,7 +6,7 @@ version = "0.0.1" [dependencies] byteorder = "1.3.2" -constriction = {version = "0.3.5", default-features = false} +constriction = {version = "0.4.0", default-features = false} [dev-dependencies] criterion = "0.5.1"