Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Deps: allow also actix-web 3.0 in addition to 2.0 (for v0.4.*) #218

Merged
merged 2 commits into from Sep 20, 2020
Merged

Deps: allow also actix-web 3.0 in addition to 2.0 (for v0.4.*) #218

merged 2 commits into from Sep 20, 2020

Commits on Sep 20, 2020

  1. Deps: allow also actix-web 3.0 in addition to 2.0

    Actix 3.0 has been recently released. It seems that paperclip (v0.4.1)
    builds just fine against both actix-web 2.0 and 3.0
    (and their dependent libs).
    
    So just relax the dependency and let downstream crates choose which major
    version of actix they pull.
    
    I've tested this with downstream crates requiring both actix 2.0 and 3.0,
    works wel. YMMV.
    strohel committed Sep 20, 2020
    Copy the full SHA
    ad4b9f0 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    189e1e0 View commit details
    Browse the repository at this point in the history