Skip to content

Clarify documentation on features #168

@GideonBear

Description

@GideonBear

In 0.42 I used no_default_features = true, features = ["rustls"] which doesn't work now that reqwest or ureq is required. Let's clarify this in the README.

It fails with:

error[E0425]: cannot find function `get` in module `http_client`
   --> src/backends/gitlab.rs:555:33
    |
555 |         let resp = http_client::get(&api_url, self.api_headers(&self.auth_token)?)?;
    |                                 ^^^ not found in `http_client`

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions