Skip to content

Commit

Permalink
update to avr-device 0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
tones111 authored and Rahix committed Jan 5, 2025
1 parent b417d5c commit 3c08979
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion arduino-hal/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ path = "../mcu/attiny-hal/"
optional = true

[dependencies.avr-device]
version = "0.5.4"
version = "0.7"

# 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 @@ -20,7 +20,7 @@ docsrs = ["avr-device/docsrs"]
nb = "1.1.0"
ufmt = "0.2.0"
paste = "1.0.0"
avr-device = "0.5.4"
avr-device = "0.7"
embedded-storage = "0.2"
embedded-hal = "1.0"
embedded-hal-bus = "0.1"
Expand Down
2 changes: 1 addition & 1 deletion examples/arduino-nano/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ path = "../../arduino-hal/"
features = ["arduino-nano"]

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

# The latest releases of `proc-macro2` do not support the rust toolchain that
# we use. Thus, we must fix this dependency to an older version where our
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 @@ -23,7 +23,7 @@ path = "../../arduino-hal/"
features = ["arduino-uno"]

[dependencies.avr-device]
version = "0.5.4"
version = "0.7"

[dependencies.either]
version = "1.6.1"
Expand Down
2 changes: 1 addition & 1 deletion examples/atmega2560/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ panic-halt = "0.2.0"
ufmt = "0.2.0"
nb = "1.1.0"
embedded-hal = "1.0"
avr-device = { version = "0.5.4", features = ["rt"] }
avr-device = { version = "0.7", features = ["rt"] }

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

[dependencies.avr-device]
version = "0.5.4"
version = "0.7"

# The latest releases of `proc-macro2` do not support the rust toolchain that
# we use. Thus, we must fix this dependency to an older version where our
Expand Down
2 changes: 1 addition & 1 deletion mcu/atmega-hal/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ docsrs = ["atmega328p"]
avr-hal-generic = { path = "../../avr-hal-generic/" }

[dependencies.avr-device]
version = "0.5.4"
version = "0.7"

# 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 @@ -31,7 +31,7 @@ docsrs = ["attiny85"]
avr-hal-generic = { path = "../../avr-hal-generic/" }

[dependencies.avr-device]
version = "0.5.4"
version = "0.7"

# 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 3c08979

Please sign in to comment.