Skip to content

Commit

Permalink
Update to ufmt 0.1.0
Browse files Browse the repository at this point in the history
Signed-off-by: Rahix <[email protected]>
  • Loading branch information
Rahix committed Apr 13, 2020
1 parent 28a6837 commit 2cb668d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@ members = [

[patch.crates-io]
# XXX: Temporary fix for avr-rust/rust#148
ufmt = { git = "https://github.com/Rahix/ufmt.git", rev = "5a0f82991c74becb81415d3c2b74fba872496ab6" }
ufmt = { git = "https://github.com/Rahix/ufmt.git", rev = "12225dc1678e42fecb0e8635bf80f501e24817d9" }
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-beta.4"
ufmt = "0.1.0"

[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 @@ -11,4 +11,4 @@ avr-hal-generic = { path = "../../avr-hal-generic/" }
[dev-dependencies]
panic-halt = "0.2.0"
nb = "0.1.2"
ufmt = "0.1.0-beta.4"
ufmt = "0.1.0"
2 changes: 1 addition & 1 deletion boards/arduino-uno/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ avr-hal-generic = { path = "../../avr-hal-generic/" }
[dev-dependencies]
panic-halt = "0.2.0"
nb = "0.1.2"
ufmt = "0.1.0-beta.4"
ufmt = "0.1.0"

0 comments on commit 2cb668d

Please sign in to comment.