GREsau / okapi

OpenAPI (AKA Swagger) document generation for Rust projects
MIT License
606 stars 110 forks source link

fixed the rocket version to "=0.5.0-rc.1" #91

Closed pintariching closed 2 years ago

pintariching commented 2 years ago

By fixing the rocket version the build succeeds. I'm not sure why the newer version gets selected automatically. I guess until the newer version gets supported this could be a stopgap solution?

Fixes #90

ralpha commented 2 years ago

I merged this into separate branch called: rocket-0.5.0-rc.1 https://github.com/GREsau/okapi/tree/rocket-0.5.0-rc.1 You can use this branch for the time being if needed. I don't expect a new release on crates.io for this. (We will hopefully have a working version of the crate soon with the new version of Rocket)

ralpha commented 2 years ago

Merged in: 7ef04978cd630a94e16dd8746136240b5f0d9f2e into branch rocket-0.5.0-rc.1