From 20daa8394191c16c80cc27489bb87a6b6b0889ac Mon Sep 17 00:00:00 2001 From: marvin-j97 Date: Thu, 8 Aug 2024 16:10:36 +0200 Subject: [PATCH] temporarily use value-log git repo --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index b2f5036..0b1c2bd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -39,7 +39,7 @@ quick_cache = { version = "0.6.2", default-features = false, features = [ self_cell = "1.0.4" smallvec = { version = "1.13.2" } tempfile = "3.12.0" -value-log = { path = "../value-log" } +value-log = { git = "https://github.com/fjall-rs/value-log" } xxhash-rust = { version = "0.8.12", features = ["xxh3"] } [dev-dependencies]