Skip to content

Commit

Permalink
Merge pull request rp-rs#862 from jannic/update-critical-section
Browse files Browse the repository at this point in the history
Update critical-section dependency to version 1.2.0
  • Loading branch information
jannic authored Oct 17, 2024
2 parents 87d5124 + 445c002 commit 00785b0
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion on-target-tests/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ name = "gpio"
[dependencies]
cortex-m = "0.7"
cortex-m-rt = "0.7"
critical-section = "1.0.0"
critical-section = "1.2.0"
defmt = "0.3"
defmt-rtt = "0.4"
defmt-test = "0.3.1"
Expand Down
2 changes: 1 addition & 1 deletion rp2040-hal-examples/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ version = "0.1.0"
cortex-m = "0.7.2"
cortex-m-rt = "0.7"
cortex-m-rtic = "1.1.4"
critical-section = {version = "1.0.0"}
critical-section = {version = "1.2.0"}
defmt = "0.3"
defmt-rtt = "0.4.0"
dht-sensor = "0.2.1"
Expand Down
2 changes: 1 addition & 1 deletion rp2040-hal/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ targets = ["thumbv6m-none-eabi"]
# Non-optional dependencies. Keep these sorted by name.
bitfield = {version = "0.14.0"}
cortex-m = "0.7.2"
critical-section = {version = "1.0.0"}
critical-section = {version = "1.2.0"}
embedded-dma = "0.2.0"
embedded-hal = "1.0.0"
embedded-hal-async = "1.0.0"
Expand Down
2 changes: 1 addition & 1 deletion rp235x-hal-examples/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ version = "0.1.0"
cortex-m = "0.7.2"
cortex-m-rt = "0.7"
cortex-m-rtic = "1.1.4"
critical-section = {version = "1.0.0"}
critical-section = {version = "1.2.0"}
defmt = "0.3"
defmt-rtt = "0.4.0"
dht-sensor = "0.2.1"
Expand Down
2 changes: 1 addition & 1 deletion rp235x-hal/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ targets = ["thumbv8m.main-none-eabihf"]
[dependencies]
# Non-optional dependencies. Keep these sorted by name.
bitfield = "0.14.0"
critical-section = "1.0.0"
critical-section = "1.2.0"
embedded-dma = "0.2.0"
embedded-hal = "1.0.0"
embedded-hal-async = "1.0.0"
Expand Down

0 comments on commit 00785b0

Please sign in to comment.