Skip to content

Commit c2a41bb

Browse files
authored
Merge pull request #189 from nrf-rs/dependabot/cargo/defmt-rtt-1.1.0
Bump defmt-rtt from 1.0.0 to 1.1.0
2 parents 68b2c32 + 6a173ca commit c2a41bb

File tree

20 files changed

+21
-21
lines changed

20 files changed

+21
-21
lines changed

Cargo.lock

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

examples/analog-v1/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ edition = "2018"
99
cortex-m = { version = "0.7.7", features = ["critical-section-single-core"] }
1010
cortex-m-rt = "0.7.5"
1111
panic-halt = "1.0.0"
12-
defmt-rtt = "1.0.0"
12+
defmt-rtt = "1.1.0"
1313
defmt = "1.0.1"
1414

1515
# NOTE: This currently only works with the microbit v1 due to naming issues!

examples/analog-v2/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ edition = "2018"
99
cortex-m = { version = "0.7.7", features = ["critical-section-single-core"] }
1010
cortex-m-rt = "0.7.5"
1111
panic-halt = "1.0.0"
12-
defmt-rtt = "1.0.0"
12+
defmt-rtt = "1.1.0"
1313
defmt = "1.0.1"
1414

1515
# NOTE: This currently only works with the microbit v2 due to naming issues!

examples/analog/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ edition = "2018"
99
cortex-m = { version = "0.7.7", features = ["critical-section-single-core"] }
1010
cortex-m-rt = "0.7.5"
1111
panic-halt = "1.0.0"
12-
defmt-rtt = "1.0.0"
12+
defmt-rtt = "1.1.0"
1313
defmt = "1.0.1"
1414

1515
[dependencies.microbit]

examples/display-blocking/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ edition = "2018"
77
cortex-m = { version = "0.7.7", features = ["critical-section-single-core"] }
88
cortex-m-rt = "0.7.5"
99
panic-halt = "1.0.0"
10-
defmt-rtt = "1.0.0"
10+
defmt-rtt = "1.1.0"
1111
defmt = "1.0.1"
1212
embedded-hal = "1.0.0"
1313

examples/display-nonblocking/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ edition = "2018"
77
cortex-m = { version = "0.7.7", features = ["critical-section-single-core"] }
88
cortex-m-rt = "0.7.5"
99
panic-halt = "1.0.0"
10-
defmt-rtt = "1.0.0"
10+
defmt-rtt = "1.1.0"
1111
defmt = "1.0.1"
1212

1313
[dependencies.microbit]

examples/display-rtic/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ edition = "2018"
66
[dependencies]
77
cortex-m = { version = "0.7.7", features = ["critical-section-single-core"] }
88
panic-halt = "1.0.0"
9-
defmt-rtt = "1.0.0"
9+
defmt-rtt = "1.1.0"
1010
defmt = "1.0.1"
1111
cortex-m-rtic = { version = "1.1.4" }
1212

examples/display-text-rtic/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ edition = "2018"
66
[dependencies]
77
cortex-m = { version = "0.7.7", features = ["critical-section-single-core"] }
88
panic-halt = "1.0.0"
9-
defmt-rtt = "1.0.0"
9+
defmt-rtt = "1.1.0"
1010
defmt = "1.0.1"
1111
cortex-m-rtic = { version = "1.1.4" }
1212
microbit-text = "1.0.0"

examples/gpio-hal-blinky/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ edition = "2018"
77
embedded-hal = "1.0.0"
88
cortex-m-rt = "0.7.5"
99
panic-halt = "1.0.0"
10-
defmt-rtt = "1.0.0"
10+
defmt-rtt = "1.1.0"
1111
defmt = "1.0.1"
1212

1313
[dependencies.microbit]

examples/gpio-hal-ledbutton/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ edition = "2018"
77
cortex-m = { version = "0.7.7", features = ["critical-section-single-core"] }
88
cortex-m-rt = "0.7.5"
99
panic-halt = "1.0.0"
10-
defmt-rtt = "1.0.0"
10+
defmt-rtt = "1.1.0"
1111
defmt = "1.0.1"
1212
embedded-hal = "1.0.0"
1313

0 commit comments

Comments
 (0)