From 1f4f8cb45c765d69c8f7975a7acef59c974f7a58 Mon Sep 17 00:00:00 2001 From: alemi Date: Mon, 15 Jul 2024 20:22:04 +0200 Subject: [PATCH] fix: oops leftover macro crate --- upub/core/Cargo.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/upub/core/Cargo.toml b/upub/core/Cargo.toml index 1930253..ebc7434 100644 --- a/upub/core/Cargo.toml +++ b/upub/core/Cargo.toml @@ -28,7 +28,6 @@ serde-inline-default = "0.2" toml = "0.8" uriproxy = { path = "../../utils/uriproxy" } httpsign = { path = "../../utils/httpsign/" } -jsonvec = { path = "../../utils/jsonvec/" } jrd = "0.1" tracing = "0.1" sea-orm = { version = "0.12", features = ["macros"] }