1
0
mirror of https://github.com/fafhrd91/actix-web synced 2025-08-20 12:45:41 +02:00

chore(actix-multipart-derive): prepare release 0.7.0

This commit is contained in:
Rob Ede
2024-07-07 00:30:27 +01:00
parent ffee672909
commit 215a294584
6 changed files with 11 additions and 6 deletions

View File

@@ -1,12 +1,13 @@
use std::{
cell::RefCell,
cmp, fmt, mem,
cmp, fmt,
future::poll_fn,
mem,
pin::Pin,
rc::Rc,
task::{ready, Context, Poll},
};
use actix_utils::future::poll_fn;
use actix_web::{
error::PayloadError,
http::header::{self, ContentDisposition, HeaderMap},