From 2d9298f5f5550c21ba218ff7095aa9afe80c7e02 Mon Sep 17 00:00:00 2001 From: Luca Casonato Date: Tue, 31 Oct 2023 12:13:57 +0100 Subject: chore: update ext/kv to use denokv_* crates (#20986) This commit updates the ext/kv module to use the denokv_* crates for the protocol and the sqlite backend. This also fixes a couple of bugs in the sqlite backend, and updates versionstamps to be updated less linearly. --- test_util/Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'test_util/Cargo.toml') diff --git a/test_util/Cargo.toml b/test_util/Cargo.toml index f48fce0b3..72126ae66 100644 --- a/test_util/Cargo.toml +++ b/test_util/Cargo.toml @@ -19,6 +19,7 @@ async-stream = "0.3.3" base64.workspace = true bytes.workspace = true console_static_text.workspace = true +denokv_proto.workspace = true fastwebsockets = { workspace = true, features = ["upgrade"] } flate2.workspace = true futures.workspace = true -- cgit v1.2.3