-
SummaryI tried to use the multipart feature: axum = { version = "0.7", features = ["multipart"]} which results in the following compiling error: error: failed to select a version for the requirement `multer = "^3.0.0"`
candidate versions found which didn't match: 2.1.0, 2.0.4, 2.0.3, ...
location searched: crates.io index
required by package `axum v0.7.5` the latest version of multer seems to be 2.x, where to find 3.x? axum version0.7.5 |
Beta Was this translation helpful? Give feedback.
Answered by
jplatte
Sep 3, 2024
Replies: 1 comment 1 reply
-
I'm seeing 3.1.0 on https://crates.io/crates/multer. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
shi-yan
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm seeing 3.1.0 on https://crates.io/crates/multer.