cargo-binstall/crates/binstalk-downloader/src/gh_api_client
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
..
request.rs fix binstalk_downloader::GhApiClient json deser error (#1193) 2023-07-09 10:39:18 +00:00