Ran into the following issue while trying to test paperclip:
$ actix-paperclip-test git:(main) ✗ cargo build
Updating crates.io index
error: failed to select a version for `paperclip`.
... required by package `actix-paperclip-test v0.1.0 (/Users/maxrn/code/actix-test/actix-paperclip-test)`
versions that meet the requirements `^0.6` are: 0.6.1, 0.6.0
the package `actix-paperclip-test` depends on `paperclip`, with features: `actix4` but `paperclip` does not have these features.
failed to select a version for `paperclip` which could resolve this conflict
Ran into the following issue while trying to test paperclip: