From 16e4f70124609b17b5acf8f31cc959fba3a26d75 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Patrick=20Jos=C3=A9=20Pereira?= Date: Thu, 30 Nov 2023 21:11:19 -0300 Subject: [PATCH] Cargo: Remove paperclip from patrick and use official MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Patrick José Pereira --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index c6db9c5..6275120 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -34,7 +34,7 @@ lazy_static = "1.4.0" log = "0.4" env_logger = "0.8" mavlink = { version = "0.10.4", features = [ "ardupilotmega", "emit-extensions"] } -paperclip = { git = "https://github.com/patrickelectric/paperclip", branch = "patrick-swagger", features = ["actix", "swagger-ui"] } +paperclip = { version = "0.8", features = ["actix3", "v3", "paperclip-actix", "swagger-ui"] } regex = "1" serde = "1.0.115" serde_derive = "1.0.115"