From 5ecb945c4f397d46a87f287aee8e396572c35753 Mon Sep 17 00:00:00 2001 From: Jali Date: Thu, 20 Apr 2023 23:21:32 +0200 Subject: [PATCH] fix type in Cargo.toml --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index cb28f49..126de38 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,7 +9,7 @@ edition = "2021" actix-web="4.3.1" actix-files="0.6.2" actix-web-validator = "5.0.1" -serde = { veresion = "1.0.160", features = ["derive"] } +serde = { version = "1.0.160", features = ["derive"] } serde_json = "1.0.96" handlebars = { version="4.3.6", features = ["dir_source"] } rusqlite = "0.29.0"