Skip to content

Commit 6a173ca

Browse files
Bump defmt-rtt from 1.0.0 to 1.1.0
Bumps [defmt-rtt](https://github.com/knurling-rs/defmt) from 1.0.0 to 1.1.0. - [Release notes](https://github.com/knurling-rs/defmt/releases) - [Changelog](https://github.com/knurling-rs/defmt/blob/main/CHANGELOG.md) - [Commits](knurling-rs/defmt@defmt-rtt-v1.0.0...defmt-rtt-v1.1.0) --- updated-dependencies: - dependency-name: defmt-rtt dependency-version: 1.1.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 68b2c32 commit 6a173ca

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)