paperclip-rs / paperclip

WIP OpenAPI tooling for Rust.
Apache License 2.0
890 stars 117 forks source link

docs(actix-plugin): bump paperclip version in example #494

Closed maxRN closed 1 year ago

maxRN commented 1 year ago

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
tiagolobocastro commented 1 year ago

Thanks @maxRN, sorry it took me so long, I was a long holiday :)