Skip to content

Commit ef0f29f

Browse files
nyurikDirbaio
authored andcommitted
Update defmt dependencies
1 parent 51d0252 commit ef0f29f

File tree

107 files changed

+254
-254
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

107 files changed

+254
-254
lines changed

cyw43-pio/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ documentation = "https://docs.embassy.dev/cyw43-pio"
1313
cyw43 = { version = "0.3.0", path = "../cyw43" }
1414
embassy-rp = { version = "0.4.0", path = "../embassy-rp" }
1515
fixed = "1.23.1"
16-
defmt = { version = "0.3", optional = true }
16+
defmt = { version = "1.0.1", optional = true }
1717

1818
[package.metadata.embassy_docs]
1919
src_base = "https://github.com/embassy-rs/embassy/blob/cyw43-pio-v$VERSION/cyw43-pio/src/"

cyw43/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ embassy-sync = { version = "0.6.2", path = "../embassy-sync"}
2323
embassy-futures = { version = "0.1.0", path = "../embassy-futures"}
2424
embassy-net-driver-channel = { version = "0.3.0", path = "../embassy-net-driver-channel"}
2525

26-
defmt = { version = "0.3", optional = true }
26+
defmt = { version = "1.0.1", optional = true }
2727
log = { version = "0.4.17", optional = true }
2828

2929
cortex-m = "0.7.6"

docs/examples/basic/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ embassy-executor = { version = "0.7.0", path = "../../../embassy-executor", feat
1010
embassy-time = { version = "0.4.0", path = "../../../embassy-time", features = ["defmt"] }
1111
embassy-nrf = { version = "0.3.1", path = "../../../embassy-nrf", features = ["defmt", "nrf52840", "time-driver-rtc1", "gpiote"] }
1212

13-
defmt = "0.3"
14-
defmt-rtt = "0.3"
13+
defmt = "1.0.1"
14+
defmt-rtt = "1.0.0"
1515

1616
cortex-m = { version = "0.7.6", features = ["critical-section-single-core"] }
1717
cortex-m-rt = "0.7.0"
18-
panic-probe = { version = "0.3", features = ["print-defmt"] }
18+
panic-probe = { version = "1.0.0", features = ["print-defmt"] }

docs/examples/layer-by-layer/blinky-async/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@ cortex-m-rt = "0.7"
1010
embassy-stm32 = { version = "0.2.0", path = "../../../../embassy-stm32", features = ["stm32l475vg", "memory-x", "exti"] }
1111
embassy-executor = { version = "0.7.0", path = "../../../../embassy-executor", features = ["arch-cortex-m", "executor-thread"] }
1212

13-
defmt = "0.3"
14-
defmt-rtt = "0.4"
15-
panic-probe = { version = "0.3.0", features = ["print-defmt"] }
13+
defmt = "1.0.1"
14+
defmt-rtt = "1.0.0"
15+
panic-probe = { version = "1.0.0", features = ["print-defmt"] }

docs/examples/layer-by-layer/blinky-hal/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ cortex-m-rt = "0.7"
99
cortex-m = { version = "0.7", features = ["critical-section-single-core"] }
1010
embassy-stm32 = { version = "0.2.0", path = "../../../../embassy-stm32", features = ["stm32l475vg", "memory-x"] }
1111

12-
defmt = "0.3"
13-
defmt-rtt = "0.4"
14-
panic-probe = { version = "0.3.0", features = ["print-defmt"] }
12+
defmt = "1.0.1"
13+
defmt-rtt = "1.0.0"
14+
panic-probe = { version = "1.0.0", features = ["print-defmt"] }

docs/examples/layer-by-layer/blinky-irq/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@ cortex-m = { version = "0.7", features = ["critical-section-single-core"] }
1111
cortex-m-rt = { version = "0.7" }
1212
embassy-stm32 = { version = "0.2.0", path = "../../../../embassy-stm32", features = ["stm32l475vg", "memory-x", "unstable-pac"] }
1313

14-
defmt = "0.3"
15-
defmt-rtt = "0.4"
16-
panic-probe = { version = "0.3.0", features = ["print-defmt"] }
14+
defmt = "1.0.1"
15+
defmt-rtt = "1.0.0"
16+
panic-probe = { version = "1.0.0", features = ["print-defmt"] }

docs/examples/layer-by-layer/blinky-pac/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ cortex-m = { version = "0.7", features = ["critical-section-single-core"] }
99
cortex-m-rt = "0.7"
1010
stm32-metapac = { version = "16", features = ["stm32l475vg"] }
1111

12-
defmt = "0.3"
13-
defmt-rtt = "0.4"
14-
panic-probe = { version = "0.3.0", features = ["print-defmt"] }
12+
defmt = "1.0.1"
13+
defmt-rtt = "1.0.0"
14+
panic-probe = { version = "1.0.0", features = ["print-defmt"] }

embassy-boot-nrf/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ target = "thumbv7em-none-eabi"
2121
[lib]
2222

2323
[dependencies]
24-
defmt = { version = "0.3", optional = true }
24+
defmt = { version = "1.0.1", optional = true }
2525
log = { version = "0.4.17", optional = true }
2626

2727
embassy-sync = { version = "0.6.2", path = "../embassy-sync" }

embassy-boot-rp/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ features = ["embassy-rp/rp2040"]
2121
[lib]
2222

2323
[dependencies]
24-
defmt = { version = "0.3", optional = true }
24+
defmt = { version = "1.0.1", optional = true }
2525
log = { version = "0.4", optional = true }
2626

2727
embassy-sync = { version = "0.6.2", path = "../embassy-sync" }

embassy-boot-stm32/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ target = "thumbv7em-none-eabi"
2121
[lib]
2222

2323
[dependencies]
24-
defmt = { version = "0.3", optional = true }
24+
defmt = { version = "1.0.1", optional = true }
2525
log = { version = "0.4", optional = true }
2626

2727
embassy-sync = { version = "0.6.2", path = "../embassy-sync" }

0 commit comments

Comments
 (0)