hyperium / http

Rust HTTP types
Apache License 2.0
1.14k stars 284 forks source link

Cargo: Add `rust-version` field #513

Closed Turbo87 closed 2 years ago

Turbo87 commented 2 years ago

see https://doc.rust-lang.org/cargo/reference/manifest.html#the-rust-version-field

This field defines the minimum supported Rust version. Since CI is explicitly checking against v1.46.0 I assumed that this was currently the intended minimum version.

Turbo87 commented 2 years ago

@seanmonstar any thoughts on this? :)

seanmonstar commented 2 years ago

Looks good, want to add a comment in the CI file to remember to bump them together?

Turbo87 commented 2 years ago

want to add a comment in the CI file to remember to bump them together?

done :)

seanmonstar commented 2 years ago

Thanks!