Skip to content

Version 0.14.0 does not compile out of the box #134

@alloncm

Description

@alloncm

Trying to add it as a dependency for an empty new project does not compile.

Steps to reproduce:

cargo new --bin repro
cd repro
cargo add reqwless@0.14.0
cargo build # fails

A fix for this is adding der version 0.8.0 with the heapless dependency:

# Continuing the last session
cargo add der@0.8.0 -F heapless
cargo b # works

Might be a duplicate of #131 but this ones refers to the version published to crates.io (and the latest version available) instead of master.

I'll be happy to help fix this, since the issue is likely connected to embedded-tls, some guidance would be appreciated to align with the preferred approach.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions