Skip to content

Commit

Permalink
Merge pull request #9 from diondokter/Fix-build
Browse files Browse the repository at this point in the history
Fix build
  • Loading branch information
qwandor authored Aug 9, 2024
2 parents 397522d + 8a4c5ee commit 691cded
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
5 changes: 3 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "nrfxlib-sys"
version = "2.7.0"
version = "2.7.1"
authors = [
"Jonathan 'theJPster' Pallant <[email protected]>",
"42 Technology Ltd <[email protected]>",
Expand All @@ -19,7 +19,8 @@ include = [
"build.rs",
"wrapper.h",
"*.md",
"third_party/nordic/nrfxlib/nrf_modem/lib/cortex-m33/hard-float/**",
"third_party/nordic/nrfxlib/nrf_modem/lib/cellular/nrf9160/hard-float/libmodem.a",
"third_party/nordic/nrfxlib/nrf_modem/lib/cellular/nrf9120/hard-float/libmodem.a",
"third_party/nordic/nrfxlib/nrf_modem/include/**",
"third_party/nordic/nrfxlib/nrf_modem/license.txt",
"third_party/nordic/nrfxlib/nrf_modem/README.rst",
Expand Down
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ In your own program or library, you can depend on this crate in the usual fashio
```toml
[dependencies]
# A chip feature must be selected
nrfxlib-sys = { version = "2.7.0", feature = ["nrf9160"] }
nrfxlib-sys = { version = "=2.7.1", feature = ["nrf9160"] }
```

Because the modem library has its debug sections compressed and Rust's tooling doesn't have support for
Expand Down Expand Up @@ -74,6 +74,10 @@ without any additional terms or conditions.

### Unreleased Changes ([Source](https://github.com/nrf-rs/nrfxlib-sys/tree/develop) | [Changes](https://github.com/nrf-rs/nrfxlib-sys/compare/v2.4.2...develop))

### v2.7.1 ([Source](https://github.com/nrf-rs/nrfxlib-sys/tree/v2.7.1) | [Changes](https://github.com/nrf-rs/nrfxlib-sys/compare/v2.4.2...v2.7.1))

* Fixed build by including the binary blobs

### v2.7.0 ([Source](https://github.com/nrf-rs/nrfxlib-sys/tree/v2.7.0) | [Changes](https://github.com/nrf-rs/nrfxlib-sys/compare/v2.4.2...v2.7.0))

* Updated to [nrfxlib v2.7.0](https://github.com/NordicPlayground/nrfxlib/tree/v2.7.0)
Expand Down

0 comments on commit 691cded

Please sign in to comment.