From ef13480f2938f46eaa53ea06e382c4352de4b231 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timoth=C3=A9e=20Haudebourg?= Date: Fri, 5 Apr 2024 12:39:28 +0200 Subject: [PATCH] Enable `serde_cbor` support for tags for the cli. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 83f2ff7..63d5397 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -60,7 +60,7 @@ clap = { workspace = true, features = ["derive"] } stderrlog.workspace = true nquads-syntax.workspace = true json-syntax.workspace = true -serde_cbor.workspace = true +serde_cbor = { workspace = true, features = ["tags"] } codespan-reporting.workspace = true thiserror.workspace = true iref.workspace = true