Skip to content

Commit f7d5c6a

Browse files
Merge #322
322: Link README.md into all sub-crates so they show up on crates.io r=Yatekii a=therealprof Signed-off-by: Daniel Egger <[email protected]> Co-authored-by: Daniel Egger <[email protected]>
2 parents 4bc4bfa + f973285 commit f7d5c6a

File tree

8 files changed

+11
-0
lines changed

8 files changed

+11
-0
lines changed

nrf-hal-common/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
name = "nrf-hal-common"
33
version = "0.12.1"
44
description = "Implementation details of the nRF HAL crates. Don't use this directly, use one of the specific HAL crates instead (`nrfXYZ-hal`)."
5+
readme = "../README.md"
56

67
repository = "https://github.com/nrf-rs/nrf-hal"
78
authors = [

nrf51-hal/Cargo.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ name = "nrf51-hal"
33
version = "0.12.1"
44
edition = "2018"
55
description = "HAL for nRF51 microcontrollers"
6+
readme = "../README.md"
7+
68
repository = "https://github.com/nrf-rs/nrf-hal"
79
authors = [
810
"James Munns <[email protected]>",

nrf52810-hal/Cargo.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ name = "nrf52810-hal"
33
version = "0.12.1"
44
edition = "2018"
55
description = "HAL for nRF52810 microcontrollers"
6+
readme = "../README.md"
7+
68
repository = "https://github.com/nrf-rs/nrf-hal"
79
authors = [
810
"James Munns <[email protected]>",

nrf52811-hal/Cargo.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ name = "nrf52811-hal"
33
version = "0.12.1"
44
edition = "2018"
55
description = "HAL for nRF52811 microcontrollers"
6+
readme = "../README.md"
7+
68
repository = "https://github.com/nrf-rs/nrf-hal"
79
authors = [
810
"James Munns <[email protected]>",

nrf52832-hal/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
name = "nrf52832-hal"
33
version = "0.12.1"
44
description = "HAL for nRF52832 microcontrollers"
5+
readme = "../README.md"
56

67
repository = "https://github.com/nrf-rs/nrf-hal"
78
authors = [

nrf52833-hal/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
name = "nrf52833-hal"
33
version = "0.12.1"
44
description = "HAL for nRF52833 microcontrollers"
5+
readme = "../README.md"
56

67
repository = "https://github.com/nrf-rs/nrf-hal"
78
authors = [

nrf52840-hal/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
name = "nrf52840-hal"
33
version = "0.12.1"
44
description = "HAL for nRF52840 microcontrollers"
5+
readme = "../README.md"
56

67
repository = "https://github.com/nrf-rs/nrf-hal"
78
authors = [

nrf9160-hal/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
name = "nrf9160-hal"
33
version = "0.12.1"
44
description = "HAL for nRF9160 system-in-package"
5+
readme = "../README.md"
56

67
repository = "https://github.com/nrf-rs/nrf-hal"
78
authors = [

0 commit comments

Comments
 (0)