taplo icon indicating copy to clipboard operation
taplo copied to clipboard

`no-default-features` is broken

Open Daniel-Aaron-Bloom opened this issue 1 year ago • 0 comments

Right now taplo-cli can't be installed without TLS because no-default-features is broken

Repro:

>cargo install --force --git https://github.com/tamasfe/taplo taplo-cli --no-default-features
error[E0433]: failed to resolve: could not find `Certificate` in `reqwest`
   --> crates/taplo-common/src/util.rs:136:25
    |
136 |             Ok(reqwest::Certificate::from_der(&buf)?)
    |                         ^^^^^^^^^^^ could not find `Certificate` in `reqwest`
    |

Daniel-Aaron-Bloom avatar Feb 20 '24 09:02 Daniel-Aaron-Bloom