Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade to avr-device 0.3 #128

Merged
merged 4 commits into from
Feb 7, 2021
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
treewide: Upgrade to avr-device 0.3
  • Loading branch information
Rahix committed Feb 7, 2021
commit a26f6b4580d6d737eed6484af3c688ce01e15fc1
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.1.0"
paste = "1.0.0"
avr-device = "0.2.2"
avr-device = "0.3"

[dependencies.embedded-hal]
version = "0.2.3"
Expand Down
2 changes: 1 addition & 1 deletion boards/arduino-leonardo/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ avr-hal-generic = { path = "../../avr-hal-generic/" }
panic-halt = "0.2.0"
nb = "0.1.2"
ufmt = "0.1.0"
avr-device = "0.2.2"
avr-device = "0.3"
2 changes: 1 addition & 1 deletion boards/arduino-uno/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ avr-hal-generic = { path = "../../avr-hal-generic/" }
panic-halt = "0.2.0"
nb = "0.1.2"
ufmt = "0.1.0"
avr-device = "0.2.2"
avr-device = "0.3"
2 changes: 1 addition & 1 deletion boards/sparkfun-pro-micro/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ avr-hal-generic = { path = "../../avr-hal-generic/" }
panic-halt = "0.2.0"
nb = "0.1.2"
ufmt = "0.1.0"
avr-device = "0.2.1"
avr-device = "0.3"
2 changes: 1 addition & 1 deletion chips/atmega1280-hal/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ rt = ["avr-device/rt"]
avr-hal-generic = { path = "../../avr-hal-generic/" }

[dependencies.avr-device]
version = "0.2.2"
version = "0.3"
features = ["atmega1280"]
2 changes: 1 addition & 1 deletion chips/atmega168-hal/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ rt = ["avr-device/rt"]
avr-hal-generic = { path = "../../avr-hal-generic/" }

[dependencies.avr-device]
version = "0.2.2"
version = "0.3"
features = ["atmega168"]
2 changes: 1 addition & 1 deletion chips/atmega2560-hal/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ rt = ["avr-device/rt"]
avr-hal-generic = { path = "../../avr-hal-generic/" }

[dependencies.avr-device]
version = "0.2.2"
version = "0.3"
features = ["atmega2560"]
2 changes: 1 addition & 1 deletion chips/atmega328p-hal/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ atmega328pb = ["avr-device/atmega328pb", "device-selected"]
avr-hal-generic = { path = "../../avr-hal-generic/" }

[dependencies.avr-device]
version = "0.2.2"
version = "0.3"
2 changes: 1 addition & 1 deletion chips/atmega32u4-hal/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ rt = ["avr-device/rt"]
avr-hal-generic = { path = "../../avr-hal-generic/" }

[dependencies.avr-device]
version = "0.2.2"
version = "0.3"
features = ["atmega32u4"]
2 changes: 1 addition & 1 deletion chips/atmega48p-hal/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ rt = ["avr-device/rt"]
avr-hal-generic = { path = "../../avr-hal-generic/" }

[dependencies.avr-device]
version = "0.2.2"
version = "0.3"
features = ["atmega48p"]
2 changes: 1 addition & 1 deletion chips/attiny85-hal/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ rt = ["avr-device/rt"]
avr-hal-generic = { path = "../../avr-hal-generic/" }

[dependencies.avr-device]
version = "0.2.2"
version = "0.3"
features = ["attiny85"]
2 changes: 1 addition & 1 deletion chips/attiny88-hal/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ rt = ["avr-device/rt"]
avr-hal-generic = { path = "../../avr-hal-generic/" }

[dependencies.avr-device]
version = "0.2.2"
version = "0.3"
features = ["attiny88"]