Skip to content

Commit

Permalink
Fix docs generation
Browse files Browse the repository at this point in the history
  • Loading branch information
diondokter committed Aug 28, 2024
1 parent ec738c3 commit 3041a13
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 0.5.1 (2024-08-28)

- Fix documentation generation for docs.rs

## 0.5.0 (2024-08-09)

- *Breaking:* Updated to nrfxlib-sys 2.7.1
Expand Down
5 changes: 4 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "nrf-modem"
version = "0.5.0"
version = "0.5.1"
edition = "2021"
rust-version = "1.64"
license = "MIT OR Apache-2.0"
Expand Down Expand Up @@ -37,3 +37,6 @@ nrf9160 = ["nrfxlib-sys/nrf9160", "dep:nrf9160-pac"]
nrf9151 = ["nrf9120"]
nrf9161 = ["nrf9120"]
nrf9120 = ["nrfxlib-sys/nrf9120", "dep:nrf9120-pac"]

[package.metadata.docs.rs]
features = ["nrf9160"]

0 comments on commit 3041a13

Please sign in to comment.