Skip to content

Commit f03327e

Browse files
author
Jonas Schievink
committed
Revert "Version 0.11.0"
This reverts commit a91f97f.
1 parent 5e65c07 commit f03327e

File tree

12 files changed

+12
-12
lines changed

12 files changed

+12
-12
lines changed

Cargo.template.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
[package]
66
name = "{{NAME}}-pac"
7-
version = "0.11.0"
7+
version = "0.10.1"
88
edition = "2018"
99
description = "Peripheral Access Crate for Nordic's {{NAME}} microcontroller"
1010
keywords = ["no-std", "arm", "cortex-m", "nrf", "peripherals"]

pacs/nrf51-pac/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
[package]
66
name = "nrf51-pac"
7-
version = "0.11.0"
7+
version = "0.10.1"
88
edition = "2018"
99
description = "Peripheral Access Crate for Nordic's nrf51 microcontroller"
1010
keywords = ["no-std", "arm", "cortex-m", "nrf", "peripherals"]

pacs/nrf52805-pac/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
[package]
66
name = "nrf52805-pac"
7-
version = "0.11.0"
7+
version = "0.10.1"
88
edition = "2018"
99
description = "Peripheral Access Crate for Nordic's nrf52805 microcontroller"
1010
keywords = ["no-std", "arm", "cortex-m", "nrf", "peripherals"]

pacs/nrf52810-pac/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
[package]
66
name = "nrf52810-pac"
7-
version = "0.11.0"
7+
version = "0.10.1"
88
edition = "2018"
99
description = "Peripheral Access Crate for Nordic's nrf52810 microcontroller"
1010
keywords = ["no-std", "arm", "cortex-m", "nrf", "peripherals"]

pacs/nrf52811-pac/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
[package]
66
name = "nrf52811-pac"
7-
version = "0.11.0"
7+
version = "0.10.1"
88
edition = "2018"
99
description = "Peripheral Access Crate for Nordic's nrf52811 microcontroller"
1010
keywords = ["no-std", "arm", "cortex-m", "nrf", "peripherals"]

pacs/nrf52820-pac/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
[package]
66
name = "nrf52820-pac"
7-
version = "0.11.0"
7+
version = "0.10.1"
88
edition = "2018"
99
description = "Peripheral Access Crate for Nordic's nrf52820 microcontroller"
1010
keywords = ["no-std", "arm", "cortex-m", "nrf", "peripherals"]

pacs/nrf52832-pac/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
[package]
66
name = "nrf52832-pac"
7-
version = "0.11.0"
7+
version = "0.10.1"
88
edition = "2018"
99
description = "Peripheral Access Crate for Nordic's nrf52832 microcontroller"
1010
keywords = ["no-std", "arm", "cortex-m", "nrf", "peripherals"]

pacs/nrf52833-pac/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
[package]
66
name = "nrf52833-pac"
7-
version = "0.11.0"
7+
version = "0.10.1"
88
edition = "2018"
99
description = "Peripheral Access Crate for Nordic's nrf52833 microcontroller"
1010
keywords = ["no-std", "arm", "cortex-m", "nrf", "peripherals"]

pacs/nrf52840-pac/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
[package]
66
name = "nrf52840-pac"
7-
version = "0.11.0"
7+
version = "0.10.1"
88
edition = "2018"
99
description = "Peripheral Access Crate for Nordic's nrf52840 microcontroller"
1010
keywords = ["no-std", "arm", "cortex-m", "nrf", "peripherals"]

pacs/nrf5340-app-pac/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
[package]
66
name = "nrf5340-app-pac"
7-
version = "0.11.0"
7+
version = "0.10.1"
88
edition = "2018"
99
description = "Peripheral Access Crate for Nordic's nrf5340-app microcontroller"
1010
keywords = ["no-std", "arm", "cortex-m", "nrf", "peripherals"]

0 commit comments

Comments
 (0)