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;