Skip to content

Commit 62192ea

Browse files
Merge pull request #128 from SergioGasquez/fix/scoped-threads
Add `ignore` dependency
2 parents 61c030f + b9faed6 commit 62192ea

File tree

8 files changed

+62
-24
lines changed

8 files changed

+62
-24
lines changed

advanced/i2c-driver/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ esp-idf-sys = { version = "=0.31.5", features = ["binstart"] }
2121
esp-idf-hal = "=0.38"
2222
anyhow = "1"
2323
embedded-hal = "0.2.7"
24-
24+
ignore = "=0.4.11"
2525

2626
[build-dependencies]
2727
embuild = "0.28"

advanced/i2c-sensor-reading/Cargo.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,7 @@ shtcx = "0.10.0"
2525
lis3dh = "0.4.1"
2626
shared-bus = "0.2.4"
2727
icm42670p = { path = "../../common/lib/icm42670p" }
28-
29-
28+
ignore = "=0.4.11"
3029

3130
[build-dependencies]
3231
embuild = "0.28"

common/lib/esp32-c3-dkc02-bsc/Cargo.lock

Lines changed: 53 additions & 19 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

common/lib/esp32-c3-dkc02-bsc/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,4 @@ log = "0.4"
1717
anyhow = "1"
1818
toml-cfg = "0.1"
1919
riscv = { version = "0.8" }
20+
ignore = "=0.4.11"

intro/hardware-check/Cargo.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ resolver = "2"
99
opt-level = "s"
1010

1111
[profile.dev]
12-
debug = true # Symbols are nice and they don't increase the size on Flash
12+
debug = true # Symbols are nice and they don't increase the size on Flash
1313
opt-level = "z"
1414

1515
[features]
@@ -18,11 +18,12 @@ native = ["esp-idf-sys/native"]
1818

1919
[dependencies]
2020
esp-idf-sys = { version = "=0.31.5", features = ["binstart"] }
21-
esp-idf-svc = { version="=0.41.4", features = ["experimental", "alloc"] }
21+
esp-idf-svc = { version = "=0.41.4", features = ["experimental", "alloc"] }
2222
esp32-c3-dkc02-bsc = { path = "../../common/lib/esp32-c3-dkc02-bsc" }
2323
log = "0.4"
2424
anyhow = "1"
2525
toml-cfg = "0.1"
26+
ignore = "=0.4.11"
2627

2728
[build-dependencies]
2829
embuild = "0.28"

intro/http-client/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ esp32-c3-dkc02-bsc = { path = "../../common/lib/esp32-c3-dkc02-bsc" }
2323
embedded-svc = "=0.21"
2424
anyhow = "1.0"
2525
toml-cfg = "0.1"
26+
ignore = "=0.4.11"
2627

2728
[build-dependencies]
2829
embuild = "0.28"

intro/http-server/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ esp32c3 = "=0.4"
2424
embedded-svc = "=0.21"
2525
anyhow = "1.0"
2626
toml-cfg = "0.1"
27+
ignore = "=0.4.11"
2728

2829
[build-dependencies]
2930
embuild = "0.28"

intro/mqtt/exercise/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ esp32c3 = "=0.4"
2828
riscv = { version = "0.8" }
2929
get-uuid = { path = "../../../common/lib/get-uuid" }
3030
mqtt-messages = { path = "../../../common/lib/mqtt-messages" }
31+
ignore = "=0.4.11"
3132

3233
[build-dependencies]
3334
embuild = "0.28"

0 commit comments

Comments
 (0)