From 097b14107eaa0db7e5235897ef7b00776fe242a1 Mon Sep 17 00:00:00 2001 From: Manuel Cillero Date: Sat, 9 Dec 2023 12:05:34 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=8C=20Fix=20ouroboros=5Fmacro/fluent-t?= =?UTF-8?q?emplates=20conflict?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pagetop/Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pagetop/Cargo.toml b/pagetop/Cargo.toml index 44edc434..ea5598f9 100644 --- a/pagetop/Cargo.toml +++ b/pagetop/Cargo.toml @@ -69,6 +69,9 @@ serde = { version = "1.0", features = ["derive"] } version = "0.3.29" optional = true +[dependencies.heck] +version = "0.4.1" + [dependencies.sea-orm] version = "0.12.8" features = ["debug-print", "macros", "runtime-async-std-native-tls"]