seanmonstar / httparse

A push parser for the HTTP 1.x protocol in Rust.
https://docs.rs/httparse
Apache License 2.0
573 stars 113 forks source link

Set specific version of pico-sys in Cargo.toml #72

Closed atouchet closed 4 years ago

atouchet commented 4 years ago

Using a dependency with required version 0.0 can cause issues with semver as updates are not guaranteed to be backwards compatible.