diff --git a/Cargo.toml b/Cargo.toml index edb6402040..34876e3e83 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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" } diff --git a/arduino-hal/Cargo.toml b/arduino-hal/Cargo.toml index 0d5ea4c5f9..933dc447b4 100644 --- a/arduino-hal/Cargo.toml +++ b/arduino-hal/Cargo.toml @@ -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" diff --git a/avr-hal-generic/Cargo.toml b/avr-hal-generic/Cargo.toml index 42a7a6fcd6..43bb473a91 100644 --- a/avr-hal-generic/Cargo.toml +++ b/avr-hal-generic/Cargo.toml @@ -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" diff --git a/examples/arduino-diecimila/Cargo.toml b/examples/arduino-diecimila/Cargo.toml index 23fdd68316..1c18518ba9 100644 --- a/examples/arduino-diecimila/Cargo.toml +++ b/examples/arduino-diecimila/Cargo.toml @@ -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" diff --git a/examples/arduino-leonardo/Cargo.toml b/examples/arduino-leonardo/Cargo.toml index 72f03c64e7..f0faab242c 100644 --- a/examples/arduino-leonardo/Cargo.toml +++ b/examples/arduino-leonardo/Cargo.toml @@ -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" diff --git a/examples/arduino-mega1280/Cargo.toml b/examples/arduino-mega1280/Cargo.toml index 7b545c86bb..70e2e3303a 100644 --- a/examples/arduino-mega1280/Cargo.toml +++ b/examples/arduino-mega1280/Cargo.toml @@ -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" diff --git a/examples/arduino-mega2560/Cargo.toml b/examples/arduino-mega2560/Cargo.toml index 21b25b0437..056d98eafc 100644 --- a/examples/arduino-mega2560/Cargo.toml +++ b/examples/arduino-mega2560/Cargo.toml @@ -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" diff --git a/examples/arduino-nano/Cargo.toml b/examples/arduino-nano/Cargo.toml index dde8e34f05..afb00169c5 100644 --- a/examples/arduino-nano/Cargo.toml +++ b/examples/arduino-nano/Cargo.toml @@ -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" diff --git a/examples/arduino-uno/Cargo.toml b/examples/arduino-uno/Cargo.toml index f30247e09b..1fa5c827f7 100644 --- a/examples/arduino-uno/Cargo.toml +++ b/examples/arduino-uno/Cargo.toml @@ -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" diff --git a/examples/nano168/Cargo.toml b/examples/nano168/Cargo.toml index 22ac9020d1..2d3df79e48 100644 --- a/examples/nano168/Cargo.toml +++ b/examples/nano168/Cargo.toml @@ -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" diff --git a/examples/sparkfun-promicro/Cargo.toml b/examples/sparkfun-promicro/Cargo.toml index 25ec3ae55d..d63d3626aa 100644 --- a/examples/sparkfun-promicro/Cargo.toml +++ b/examples/sparkfun-promicro/Cargo.toml @@ -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" diff --git a/examples/sparkfun-promini-5v/Cargo.toml b/examples/sparkfun-promini-5v/Cargo.toml index 6b48bec2c5..8928dab497 100644 --- a/examples/sparkfun-promini-5v/Cargo.toml +++ b/examples/sparkfun-promini-5v/Cargo.toml @@ -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"