dsietz
dsietz
Support for v3.0 would be a VERY useful. Thanks for contributing this crate.
I was able to get 3.0 working using a direct reference to this repo. Carog.toml ``` [dependencies] openapi = { git = "https://github.com/softprops/openapi" } ``` You really should publish this...
> Thanks for the report, @dsietz. I'm going to wait until the schema is resolved per [rust-lang/rust#49359](https://github.com/rust-lang/rust/issues/49359) before I make more progress here. > > Are you thinking we'd map...