Skip to content

Commit

Permalink
update to embedded-hal v1.0.0 (no more RC!)
Browse files Browse the repository at this point in the history
it finally happened: the stable release of `embedded-hal` has just been
released.
  • Loading branch information
rursprung committed Jan 9, 2024
1 parent f6b79dc commit 6f79f89
Show file tree
Hide file tree
Showing 13 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion arduino-hal/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ nano168 = ["mcu-atmega", "atmega-hal/atmega168", "atmega-hal/enable-extra-adc",

[dependencies]
cfg-if = "1"
embedded-hal = "1.0.0-rc.3"
embedded-hal = "1.0"
ufmt = "0.2.0"

[dependencies.embedded-hal-v0]
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 @@ -11,7 +11,7 @@ ufmt = "0.2.0"
paste = "1.0.0"
avr-device = "0.5.3"
embedded-storage = "0.2"
embedded-hal = "1.0.0-rc.3"
embedded-hal = "1.0"

[dependencies.embedded-hal-v0]
version = "0.2.3"
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 @@ -9,7 +9,7 @@ publish = false
panic-halt = "0.2.0"
ufmt = "0.2.0"
nb = "1.1.0"
embedded-hal = "1.0.0-rc.3"
embedded-hal = "1.0"

[dependencies.embedded-hal-v0]
version = "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 @@ -9,7 +9,7 @@ publish = false
panic-halt = "0.2.0"
ufmt = "0.2.0"
nb = "1.1.0"
embedded-hal = "1.0.0-rc.3"
embedded-hal = "1.0"

[dependencies.embedded-hal-v0]
version = "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 @@ -9,7 +9,7 @@ publish = false
panic-halt = "0.2.0"
ufmt = "0.2.0"
nb = "1.1.0"
embedded-hal = "1.0.0-rc.3"
embedded-hal = "1.0"

[dependencies.embedded-hal-v0]
version = "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 @@ -9,7 +9,7 @@ publish = false
panic-halt = "0.2.0"
ufmt = "0.2.0"
nb = "1.1.0"
embedded-hal = "1.0.0-rc.3"
embedded-hal = "1.0"

[dependencies.embedded-hal-v0]
version = "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 @@ -9,7 +9,7 @@ publish = false
panic-halt = "0.2.0"
ufmt = "0.2.0"
nb = "1.1.0"
embedded-hal = "1.0.0-rc.3"
embedded-hal = "1.0"

[dependencies.embedded-hal-v0]
version = "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 @@ -9,7 +9,7 @@ publish = false
panic-halt = "0.2.0"
ufmt = "0.2.0"
nb = "1.1.0"
embedded-hal = "1.0.0-rc.3"
embedded-hal = "1.0"
pwm-pca9685 = "0.3.1"
infrared = "0.14.1"
embedded-storage = "0.2"
Expand Down
2 changes: 1 addition & 1 deletion examples/nano168/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ publish = false
panic-halt = "0.2.0"
ufmt = "0.2.0"
nb = "1.1.0"
embedded-hal = "1.0.0-rc.3"
embedded-hal = "1.0"

[dependencies.embedded-hal-v0]
version = "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 @@ -9,7 +9,7 @@ publish = false
panic-halt = "0.2.0"
ufmt = "0.2.0"
nb = "1.1.0"
embedded-hal = "1.0.0-rc.3"
embedded-hal = "1.0"

[dependencies.embedded-hal-v0]
version = "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 @@ -9,7 +9,7 @@ publish = false
panic-halt = "0.2.0"
ufmt = "0.2.0"
nb = "1.1.0"
embedded-hal = "1.0.0-rc.3"
embedded-hal = "1.0"

[dependencies.embedded-hal-v0]
version = "0.2.3"
Expand Down
2 changes: 1 addition & 1 deletion examples/trinket-pro/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"
embedded-hal = "1.0.0-rc.3"
embedded-hal = "1.0"

[dependencies.embedded-hal-v0]
version = "0.2.3"
Expand Down
2 changes: 1 addition & 1 deletion examples/trinket/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"
embedded-hal = "1.0.0-rc.3"
embedded-hal = "1.0"

[dependencies.embedded-hal-v0]
version = "0.2.3"
Expand Down

0 comments on commit 6f79f89

Please sign in to comment.