Skip to content

Commit

Permalink
Fixed import
Browse files Browse the repository at this point in the history
  • Loading branch information
markcda committed Jun 13, 2024
1 parent ed34fe6 commit 2eb7c22
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>"]
Expand Down
1 change: 0 additions & 1 deletion src/prelude.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit 2eb7c22

Please sign in to comment.