Skip to content

Commit

Permalink
Merge pull request #108 from spiralover/feat/responder
Browse files Browse the repository at this point in the history
refactor(multipart): remove re-export of multipart crate
  • Loading branch information
Ahmard authored Jan 1, 2025
2 parents dc70b6e + f408852 commit 4386346
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 10 deletions.
6 changes: 3 additions & 3 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "medullah-web"
version = "0.24.1"
version = "0.25.0"
edition = "2021"
license = "MIT"
description = "Micro-Framework Based on Ntex"
Expand Down Expand Up @@ -67,4 +67,4 @@ jsonwebtoken = { version = "9.3.0", optional = true }
validator = { version = "0.19.0", features = ["derive"], optional = true }
strum = { version = "0.26.3", default-features = false, features = ["std"], optional = true }

medullah-multipart = { version = "^0.5", optional = true }
medullah-multipart = { version = "^0.6", optional = true }
5 changes: 0 additions & 5 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,3 @@ pub mod prelude {
pub use crate::results::{app_result::IntoAppResult, AppResult};
pub use crate::MEDULLAH;
}

#[cfg(feature = "multipart")]
pub mod multipart {
pub use medullah_multipart::*;
}

0 comments on commit 4386346

Please sign in to comment.