11[package ]
22name = " nrfxlib-sys"
3- version = " 1.4.2 "
3+ version = " 1.5.1 "
44authors = [
55 " Jonathan 'theJPster' Pallant <github@thejpster.org.uk>" ,
66 " 42 Technology Ltd <jonathan.pallant@42technology.com>" ,
@@ -9,23 +9,24 @@ edition = "2018"
99description = " Rust bindings to the Nordic nRF9160 Socket Library."
1010readme = " README.md"
1111license-file = " LICENCE.md"
12- repository = " https://github.com/thejpster/nrfxlib-sys"
12+ repository = " https://github.com/42-technology-ltd/nrfxlib-sys"
13+ resolver = " 2"
1314# The nrfxlib folder is quite large, so only include the pieces we need
1415include = [
1516 " src/**" ,
1617 " include/**" ,
1718 " build.rs" ,
1819 " wrapper.h" ,
1920 " *.md" ,
20- " third_party/nordic/nrfxlib/bsdlib /lib/cortex-m33/soft -float/**" ,
21- " third_party/nordic/nrfxlib/bsdlib /include/**" ,
22- " third_party/nordic/nrfxlib/bsdlib /license.txt" ,
23- " third_party/nordic/nrfxlib/bsdlib /README.rst" ,
21+ " third_party/nordic/nrfxlib/nrf_modem /lib/cortex-m33/hard -float/**" ,
22+ " third_party/nordic/nrfxlib/nrf_modem /include/**" ,
23+ " third_party/nordic/nrfxlib/nrf_modem /license.txt" ,
24+ " third_party/nordic/nrfxlib/nrf_modem /README.rst" ,
2425 " third_party/nordic/nrfxlib/crypto/nrf_cc310_platform/include/**" ,
2526 " third_party/nordic/nrfxlib/crypto/nrf_cc310_platform/license.txt" ,
2627 " third_party/nordic/nrfxlib/crypto/nrf_cc310_mbedcrypto/include/**" ,
2728 " third_party/nordic/nrfxlib/crypto/nrf_cc310_mbedcrypto/license.txt" ,
28- " third_party/nordic/nrfxlib/crypto/nrf_oberon/lib/cortex-m33/soft -float/**" ,
29+ " third_party/nordic/nrfxlib/crypto/nrf_oberon/lib/cortex-m33/hard -float/**" ,
2930 " third_party/nordic/nrfxlib/crypto/nrf_oberon/include/**" ,
3031 " third_party/nordic/nrfxlib/crypto/nrf_oberon/license.txt" ,
3132]
0 commit comments