Skip to content

Commit

Permalink
Merge pull request #165 from nrf-rs/dependabot/cargo/defmt-0.3.10
Browse files Browse the repository at this point in the history
Bump defmt from 0.3.9 to 0.3.10
  • Loading branch information
qwandor authored Nov 30, 2024
2 parents 65eb353 + 21f974c commit 97d31e4
Show file tree
Hide file tree
Showing 18 changed files with 21 additions and 21 deletions.
8 changes: 4 additions & 4 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion examples/analog-v1/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ cortex-m = { version = "0.7.7", features = ["critical-section-single-core"] }
cortex-m-rt = "0.7.5"
panic-halt = "1.0.0"
defmt-rtt = "0.4.0"
defmt = "0.3.9"
defmt = "0.3.10"

# NOTE: This currently only works with the microbit v1 due to naming issues!
# ADC vs SAADC
Expand Down
2 changes: 1 addition & 1 deletion examples/analog-v2/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ cortex-m = { version = "0.7.7", features = ["critical-section-single-core"] }
cortex-m-rt = "0.7.5"
panic-halt = "1.0.0"
defmt-rtt = "0.4.0"
defmt = "0.3.9"
defmt = "0.3.10"

# NOTE: This currently only works with the microbit v2 due to naming issues!
# ADC vs SAADC
Expand Down
2 changes: 1 addition & 1 deletion examples/analog/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ cortex-m = { version = "0.7.7", features = ["critical-section-single-core"] }
cortex-m-rt = "0.7.5"
panic-halt = "1.0.0"
defmt-rtt = "0.4.0"
defmt = "0.3.9"
defmt = "0.3.10"

[dependencies.microbit]
path = "../../microbit"
Expand Down
2 changes: 1 addition & 1 deletion examples/display-blocking/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ cortex-m = { version = "0.7.7", features = ["critical-section-single-core"] }
cortex-m-rt = "0.7.5"
panic-halt = "1.0.0"
defmt-rtt = "0.4.0"
defmt = "0.3.9"
defmt = "0.3.10"
embedded-hal = "1.0.0"

[dependencies.microbit]
Expand Down
2 changes: 1 addition & 1 deletion examples/display-nonblocking/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ cortex-m = { version = "0.7.7", features = ["critical-section-single-core"] }
cortex-m-rt = "0.7.5"
panic-halt = "1.0.0"
defmt-rtt = "0.4.0"
defmt = "0.3.9"
defmt = "0.3.10"

[dependencies.microbit]
path = "../../microbit"
Expand Down
2 changes: 1 addition & 1 deletion examples/display-rtic/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ edition = "2018"
cortex-m = { version = "0.7.7", features = ["critical-section-single-core"] }
panic-halt = "1.0.0"
defmt-rtt = "0.4.0"
defmt = "0.3.9"
defmt = "0.3.10"
cortex-m-rtic = { version = "1.1.4" }

[dependencies.microbit]
Expand Down
2 changes: 1 addition & 1 deletion examples/display-text-rtic/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ edition = "2018"
cortex-m = { version = "0.7.7", features = ["critical-section-single-core"] }
panic-halt = "1.0.0"
defmt-rtt = "0.4.0"
defmt = "0.3.9"
defmt = "0.3.10"
cortex-m-rtic = { version = "1.1.4" }
microbit-text = "1.0.0"

Expand Down
2 changes: 1 addition & 1 deletion examples/gpio-direct-blinky/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ edition = "2018"
cortex-m = { version = "0.7.7", features = ["critical-section-single-core"] }
cortex-m-rt = "0.7.5"
panic-halt = "1.0.0"
defmt = "0.3.9"
defmt = "0.3.10"

[dependencies.microbit]
path = "../../microbit"
Expand Down
2 changes: 1 addition & 1 deletion examples/gpio-hal-blinky/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ embedded-hal = "1.0.0"
cortex-m-rt = "0.7.5"
panic-halt = "1.0.0"
defmt-rtt = "0.4.0"
defmt = "0.3.9"
defmt = "0.3.10"

[dependencies.microbit]
path = "../../microbit"
Expand Down
2 changes: 1 addition & 1 deletion examples/gpio-hal-ledbutton/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ cortex-m = { version = "0.7.7", features = ["critical-section-single-core"] }
cortex-m-rt = "0.7.5"
panic-halt = "1.0.0"
defmt-rtt = "0.4.0"
defmt = "0.3.9"
defmt = "0.3.10"
embedded-hal = "1.0.0"

[dependencies.microbit]
Expand Down
2 changes: 1 addition & 1 deletion examples/gpio-hal-printbuttons/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ cortex-m = { version = "0.7.7", features = ["critical-section-single-core"] }
cortex-m-rt = "0.7.5"
panic-halt = "1.0.0"
defmt-rtt = "0.4.0"
defmt = "0.3.9"
defmt = "0.3.10"

[dependencies.microbit]
path = "../../microbit"
Expand Down
2 changes: 1 addition & 1 deletion examples/magnetometer/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ cortex-m-rt = "0.7.5"
embedded-hal = "1.0.0"
panic-halt = "1.0.0"
defmt-rtt = "0.4.0"
defmt = "0.3.9"
defmt = "0.3.10"
lsm303agr = "1.0.0"

[dependencies.microbit]
Expand Down
2 changes: 1 addition & 1 deletion examples/rng-direct/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ cortex-m = { version = "0.7.7", features = ["critical-section-single-core"] }
cortex-m-rt = "0.7.5"
panic-halt = "1.0.0"
defmt-rtt = "0.4.0"
defmt = "0.3.9"
defmt = "0.3.10"

[dependencies.microbit]
path = "../../microbit"
Expand Down
2 changes: 1 addition & 1 deletion examples/rng-hal/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ cortex-m = { version = "0.7.7", features = ["critical-section-single-core"] }
cortex-m-rt = "0.7.5"
panic-halt = "1.0.0"
defmt-rtt = "0.4.0"
defmt = "0.3.9"
defmt = "0.3.10"

[dependencies.rand]
default-features = false
Expand Down
2 changes: 1 addition & 1 deletion examples/servo/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ cortex-m = { version = "0.7.7", features = ["critical-section-single-core"] }
cortex-m-rt = "0.7.5"
panic-halt = "1.0.0"
defmt-rtt = "0.4.0"
defmt = "0.3.9"
defmt = "0.3.10"

[dependencies.microbit]
path = "../../microbit"
Expand Down
2 changes: 1 addition & 1 deletion examples/v2-microphone/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ embedded-hal = "1.0.0"
cortex-m-rt = "0.7.5"
panic-halt = "1.0.0"
defmt-rtt = "0.4.0"
defmt = "0.3.9"
defmt = "0.3.10"

[dependencies.microbit-v2]
path = "../../microbit-v2"
Expand Down
2 changes: 1 addition & 1 deletion examples/v2-speaker/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ embedded-hal = "1.0.0"
cortex-m-rt = "0.7.5"
panic-halt = "1.0.0"
defmt-rtt = "0.4"
defmt = "0.3.9"
defmt = "0.3.10"

[dependencies.microbit-v2]
path = "../../microbit-v2"
Expand Down

0 comments on commit 97d31e4

Please sign in to comment.