theduke / crates-io-api

API client for crates.io, the Rust crate registry.
Apache License 2.0
72 stars 26 forks source link

Add `rust_version` field to `Version` #66

Closed jwodder closed 11 months ago

jwodder commented 11 months ago

The crates.io API has been providing rust_version fields in version resources since https://github.com/rust-lang/crates.io/pull/6267. This crate should include the field in its Version type.