Skip to content

crates.io version is outdated (still depends on nrfxxxxx-pac) #304

@CleConor

Description

@CleConor

Hi!

The latest version on crates.io is 0.1.0. It still lists nrfxxxxx-pac crates as dependencies (which clashes with embassy-nrf/rt), while the GitHub master has changes that remove PAC deps.

When adding the crate via cargo add nrf-softdevice, Cargo pulls the outdated crates.io package, so we need to depend on GitHub to get the patched code:
nrf-softdevice = { git = "https://github.com/embassy-rs/nrf-softdevice.git" }

Could you please publish a new version to crates.io that includes the PAC removal (and other recent fixes)?
Thanks!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions