From 2eb7c224c274927cb87c3cb4ae17d710ebade9dd Mon Sep 17 00:00:00 2001 From: Klimenty Titov Date: Fri, 14 Jun 2024 01:49:49 +0300 Subject: [PATCH] Fixed import --- Cargo.toml | 2 +- src/prelude.rs | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 4104041..feae9b9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "cc-utils" description = "Rust Fullstack utils (strict error handling, `Consider` trait, MessagePack support, etc.) for Salvo and Yew/Dioxus/Leptos/*" -version = "0.2.16" +version = "0.2.17" edition = "2021" license = "MIT" authors = ["Klimenty Titov "] diff --git a/src/prelude.rs b/src/prelude.rs index a0bb184..5cbc320 100644 --- a/src/prelude.rs +++ b/src/prelude.rs @@ -10,7 +10,6 @@ pub use crate::requests::MsgPackParser; #[cfg(feature = "reqwest")] pub use crate::requests::MsgPackBuilder; -#[cfg(feature = "salvo")] #[cfg(not(any(target_arch = "wasm32", target_arch = "wasm64")))] pub use crate::results::MResult;