librespot/core
George Hahn bd5c284790 Fix build error when hyper's server feature isn't enabled
hyper's `server` feature is not always enabled. The `hyper::Error::is_parse_too_large` function isn't included when `server` isn't enabled.

Fortunately, it doesn't matter to us: `Error:is_parse` matches `parse_too_large` errors, so removing this check does not change behavior whatsoever.
2024-06-07 02:08:54 -06:00
..
src Fix build error when hyper's server feature isn't enabled 2024-06-07 02:08:54 -06:00
tests Update MSRV to 1.61 and fix test 2022-07-28 19:32:11 +02:00
build.rs Update vergen 2023-04-13 21:17:47 +02:00
Cargo.toml Update core to hyper 1.x 2024-06-06 03:06:44 -06:00