Skip to content

Commit

Permalink
Upgrade to avr-device 0.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Rahix committed Nov 23, 2023
1 parent 063f845 commit 1a0040d
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion arduino-hal/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ path = "../mcu/attiny-hal/"
optional = true

[dependencies.avr-device]
version = "0.5.1"
version = "0.5.3"

# Because this crate has its own check that at least one device is selected, we
# can safely "circumvent" the check in `avr-device`.
Expand Down
2 changes: 1 addition & 1 deletion avr-hal-generic/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ cfg-if = "0.1.7"
nb = "0.1.2"
ufmt = "0.2.0"
paste = "1.0.0"
avr-device = "0.5.1"
avr-device = "0.5.3"
embedded-storage = "0.2"

[dependencies.embedded-hal]
Expand Down
2 changes: 1 addition & 1 deletion examples/arduino-uno/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ path = "../../arduino-hal/"
features = ["arduino-uno"]

[dependencies.avr-device]
version = "0.5.1"
version = "0.5.3"

[dependencies.either]
version = "1.6.1"
Expand Down
2 changes: 1 addition & 1 deletion examples/nano168/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ path = "../../arduino-hal/"
features = ["nano168"]

[dependencies.avr-device]
version = "0.5.1"
version = "0.5.3"
2 changes: 1 addition & 1 deletion mcu/atmega-hal/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ disable-device-selection-error = []
avr-hal-generic = { path = "../../avr-hal-generic/" }

[dependencies.avr-device]
version = "0.5.1"
version = "0.5.3"

# Because this crate has its own check that at least one device is selected, we
# can safely "circumvent" the check in `avr-device`.
Expand Down
2 changes: 1 addition & 1 deletion mcu/attiny-hal/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ disable-device-selection-error = []
avr-hal-generic = { path = "../../avr-hal-generic/" }

[dependencies.avr-device]
version = "0.5.1"
version = "0.5.3"

# Because this crate has its own check that at least one device is selected, we
# can safely "circumvent" the check in `avr-device`.
Expand Down

0 comments on commit 1a0040d

Please sign in to comment.