Skip to content

Commit

Permalink
updated ufmt dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelkamprath authored and Rahix committed Nov 16, 2023
1 parent 06ad11f commit 7c01b87
Show file tree
Hide file tree
Showing 12 changed files with 11 additions and 15 deletions.
4 changes: 0 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,3 @@ exclude = [
# The RAVEDUDE! Yeah!
"ravedude",
]

[patch.crates-io]
# XXX: Temporary fix for avr-rust/rust#148
ufmt = { git = "https://github.com/Rahix/ufmt.git", rev = "12225dc1678e42fecb0e8635bf80f501e24817d9" }
2 changes: 1 addition & 1 deletion arduino-hal/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ nano168 = ["mcu-atmega", "atmega-hal/atmega168", "atmega-hal/enable-extra-adc",
[dependencies]
cfg-if = "1"
embedded-hal = "0.2.3"
ufmt = "0.1.0"
ufmt = "0.2.0"

[dependencies.void]
version = "1.0.2"
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 @@ -7,7 +7,7 @@ edition = "2018"
[dependencies]
cfg-if = "0.1.7"
nb = "0.1.2"
ufmt = "0.1.0"
ufmt = "0.2.0"
paste = "1.0.0"
avr-device = "0.5.1"
embedded-storage = "0.2"
Expand Down
2 changes: 1 addition & 1 deletion examples/arduino-diecimila/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ publish = false

[dependencies]
panic-halt = "0.2.0"
ufmt = "0.1.0"
ufmt = "0.2.0"
nb = "0.1.2"
embedded-hal = "0.2.3"

Expand Down
2 changes: 1 addition & 1 deletion examples/arduino-leonardo/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ publish = false

[dependencies]
panic-halt = "0.2.0"
ufmt = "0.1.0"
ufmt = "0.2.0"
nb = "0.1.2"
embedded-hal = "0.2.3"

Expand Down
2 changes: 1 addition & 1 deletion examples/arduino-mega1280/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ publish = false

[dependencies]
panic-halt = "0.2.0"
ufmt = "0.1.0"
ufmt = "0.2.0"
nb = "0.1.2"
embedded-hal = "0.2.3"

Expand Down
2 changes: 1 addition & 1 deletion examples/arduino-mega2560/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ publish = false

[dependencies]
panic-halt = "0.2.0"
ufmt = "0.1.0"
ufmt = "0.2.0"
nb = "0.1.2"
embedded-hal = "0.2.3"

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 @@ -7,7 +7,7 @@ publish = false

[dependencies]
panic-halt = "0.2.0"
ufmt = "0.1.0"
ufmt = "0.2.0"
nb = "0.1.2"
embedded-hal = "0.2.3"

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 @@ -7,7 +7,7 @@ publish = false

[dependencies]
panic-halt = "0.2.0"
ufmt = "0.1.0"
ufmt = "0.2.0"
nb = "0.1.2"
embedded-hal = "0.2.3"
pwm-pca9685 = "0.3.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 @@ -8,7 +8,7 @@ publish = false

[dependencies]
panic-halt = "0.2.0"
ufmt = "0.1.0"
ufmt = "0.2.0"
nb = "0.1.2"
embedded-hal = "0.2.3"

Expand Down
2 changes: 1 addition & 1 deletion examples/sparkfun-promicro/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ publish = false

[dependencies]
panic-halt = "0.2.0"
ufmt = "0.1.0"
ufmt = "0.2.0"
nb = "0.1.2"
embedded-hal = "0.2.3"

Expand Down
2 changes: 1 addition & 1 deletion examples/sparkfun-promini-5v/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ publish = false

[dependencies]
panic-halt = "0.2.0"
ufmt = "0.1.0"
ufmt = "0.2.0"
nb = "0.1.2"
embedded-hal = "0.2.3"

Expand Down

0 comments on commit 7c01b87

Please sign in to comment.