Skip to content

Commit

Permalink
Merge pull request #161 from nrf-rs/dependabot/cargo/cortex-m-rt-0.7.5
Browse files Browse the repository at this point in the history
Bump cortex-m-rt from 0.7.3 to 0.7.5
  • Loading branch information
qwandor authored Nov 5, 2024
2 parents 86991e7 + 634ef9b commit 007c7a3
Show file tree
Hide file tree
Showing 18 changed files with 22 additions and 22 deletions.
10 changes: 5 additions & 5 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 @@ -7,7 +7,7 @@ edition = "2018"

[dependencies]
cortex-m = { version = "0.7.7", features = ["critical-section-single-core"] }
cortex-m-rt = "0.7.3"
cortex-m-rt = "0.7.5"
panic-halt = "1.0.0"
defmt-rtt = "0.4.0"
defmt = "0.3.6"
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 @@ -7,7 +7,7 @@ edition = "2018"

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

[dependencies]
cortex-m = { version = "0.7.7", features = ["critical-section-single-core"] }
cortex-m-rt = "0.7.3"
cortex-m-rt = "0.7.5"
panic-halt = "1.0.0"
defmt-rtt = "0.4.0"
defmt = "0.3.6"
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 @@ -5,7 +5,7 @@ edition = "2018"

[dependencies]
cortex-m = { version = "0.7.7", features = ["critical-section-single-core"] }
cortex-m-rt = "0.7.3"
cortex-m-rt = "0.7.5"
panic-halt = "1.0.0"
defmt-rtt = "0.4.0"
defmt = "0.3.6"
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 @@ -5,7 +5,7 @@ edition = "2018"

[dependencies]
cortex-m = { version = "0.7.7", features = ["critical-section-single-core"] }
cortex-m-rt = "0.7.3"
cortex-m-rt = "0.7.5"
panic-halt = "1.0.0"
defmt-rtt = "0.4.0"
defmt = "0.3.6"
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 @@ -5,7 +5,7 @@ edition = "2018"

[dependencies]
cortex-m = { version = "0.7.7", features = ["critical-section-single-core"] }
cortex-m-rt = "0.7.3"
cortex-m-rt = "0.7.5"
panic-halt = "1.0.0"
defmt = "0.3.6"

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 @@ -5,7 +5,7 @@ edition = "2018"

[dependencies]
embedded-hal = "1.0.0"
cortex-m-rt = "0.7.3"
cortex-m-rt = "0.7.5"
panic-halt = "1.0.0"
defmt-rtt = "0.4.0"
defmt = "0.3.6"
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 @@ -5,7 +5,7 @@ edition = "2018"

[dependencies]
cortex-m = { version = "0.7.7", features = ["critical-section-single-core"] }
cortex-m-rt = "0.7.3"
cortex-m-rt = "0.7.5"
panic-halt = "1.0.0"
defmt-rtt = "0.4.0"
defmt = "0.3.6"
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 @@ -5,7 +5,7 @@ edition = "2018"

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

[dependencies]
cortex-m = { version = "0.7.7", features = ["critical-section-single-core"] }
cortex-m-rt = "0.7.3"
cortex-m-rt = "0.7.5"
embedded-hal = "1.0.0"
panic-halt = "1.0.0"
defmt-rtt = "0.4.0"
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 @@ -5,7 +5,7 @@ edition = "2018"

[dependencies]
cortex-m = { version = "0.7.7", features = ["critical-section-single-core"] }
cortex-m-rt = "0.7.3"
cortex-m-rt = "0.7.5"
panic-halt = "1.0.0"
defmt-rtt = "0.4.0"
defmt = "0.3.6"
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 @@ -5,7 +5,7 @@ edition = "2018"

[dependencies]
cortex-m = { version = "0.7.7", features = ["critical-section-single-core"] }
cortex-m-rt = "0.7.3"
cortex-m-rt = "0.7.5"
panic-halt = "1.0.0"
defmt-rtt = "0.4.0"
defmt = "0.3.6"
Expand Down
2 changes: 1 addition & 1 deletion examples/serial-direct-echo/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version = "0.1.0"
edition = "2018"

[dependencies]
cortex-m-rt = "0.7.3"
cortex-m-rt = "0.7.5"
panic-halt = "1.0.0"
defmt-rtt = "0.4.0"

Expand Down
2 changes: 1 addition & 1 deletion examples/serial-direct-helloworld/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version = "0.1.0"
edition = "2018"

[dependencies]
cortex-m-rt = "0.7.3"
cortex-m-rt = "0.7.5"
panic-halt = "1.0.0"
defmt-rtt = "0.4.0"

Expand Down
2 changes: 1 addition & 1 deletion examples/servo/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ edition = "2021"

[dependencies]
cortex-m = { version = "0.7.7", features = ["critical-section-single-core"] }
cortex-m-rt = "0.7.3"
cortex-m-rt = "0.7.5"
panic-halt = "1.0.0"
defmt-rtt = "0.4.0"
defmt = "0.3.6"
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 @@ -6,7 +6,7 @@ edition = "2018"
[dependencies]
cortex-m = { version = "0.7.7", features = ["critical-section-single-core"] }
embedded-hal = "1.0.0"
cortex-m-rt = "0.7.3"
cortex-m-rt = "0.7.5"
panic-halt = "1.0.0"
defmt-rtt = "0.4.0"
defmt = "0.3.6"
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 @@ -6,7 +6,7 @@ edition = "2018"
[dependencies]
cortex-m = { version = "0.7.7", features = ["critical-section-single-core"] }
embedded-hal = "1.0.0"
cortex-m-rt = "0.7.3"
cortex-m-rt = "0.7.5"
panic-halt = "1.0.0"
defmt-rtt = "0.4"
defmt = "0.3.6"
Expand Down

0 comments on commit 007c7a3

Please sign in to comment.