From 5354d67b7df6e11f82e8a377954ffed48776bd25 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Konrad=20H=C3=B6ffner?= Date: Sun, 4 Sep 2022 13:16:35 +0200 Subject: [PATCH] Test cache with debug logging. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 98e3a33..51dcfe0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rickview" -version = "0.0.8" +version = "0.0.10" edition = "2021" license = "MIT" keywords = ["rdf", "semantic-web", "linked-data"]