cargo-binstall/crates/binstalk-downloader
Jiahao XU c4b6921314
fix binstalk_downloader::GhApiClient json deser error (#1193)
When installing `cargo-expand` v1.0.59, I got an error message:

```
Failed to parse http response body as Json: invalid type: null, expected a string at line
1 column 90
```

This is because `GraphQLPageInfo::end_cursor` can actually be `null`, so
I change its type to `Option<CompactString>`.

Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com>
2023-07-09 10:39:18 +00:00
..
src fix binstalk_downloader::GhApiClient json deser error (#1193) 2023-07-09 10:39:18 +00:00
Cargo.toml release: binstalk-downloader v0.6.0 (#1177) 2023-06-26 14:17:53 +00:00
LICENSE-APACHE Switch binstalk-downloader license to "Apache-2.0 OR MIT" (#542) 2023-05-19 03:07:58 +00:00
LICENSE-MIT Switch binstalk-downloader license to "Apache-2.0 OR MIT" (#542) 2023-05-19 03:07:58 +00:00