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!