aboutsummaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorDavide Della Giustina <[email protected]>2023-01-24 08:27:53 +0000
committerDavide Della Giustina <[email protected]>2023-01-24 08:27:53 +0000
commit32bdc54ccba9291b6aafc3c2695a8368d8137bb4 (patch)
tree051d8cc519422400676689850bedb8a6842fe594 /examples
parent4dadfb41ea491f4e341d5439cb33316d4e51e246 (diff)
Changed crates' names for nrf examples since they were conflicting
Diffstat (limited to 'examples')
-rw-r--r--examples/nrf52840/Cargo.toml2
-rw-r--r--examples/nrf5340/Cargo.toml2
2 files changed, 2 insertions, 2 deletions
diff --git a/examples/nrf52840/Cargo.toml b/examples/nrf52840/Cargo.toml
index 994823a9e..bbd8a5d2f 100644
--- a/examples/nrf52840/Cargo.toml
+++ b/examples/nrf52840/Cargo.toml
@@ -1,6 +1,6 @@
1[package] 1[package]
2edition = "2021" 2edition = "2021"
3name = "embassy-nrf-examples" 3name = "embassy-nrf52840-examples"
4version = "0.1.0" 4version = "0.1.0"
5license = "MIT OR Apache-2.0" 5license = "MIT OR Apache-2.0"
6 6
diff --git a/examples/nrf5340/Cargo.toml b/examples/nrf5340/Cargo.toml
index 03485711e..eed493012 100644
--- a/examples/nrf5340/Cargo.toml
+++ b/examples/nrf5340/Cargo.toml
@@ -1,6 +1,6 @@
1[package] 1[package]
2edition = "2021" 2edition = "2021"
3name = "embassy-nrf-examples" 3name = "embassy-nrf5340-examples"
4version = "0.1.0" 4version = "0.1.0"
5license = "MIT OR Apache-2.0" 5license = "MIT OR Apache-2.0"
6 6