Skip to content

Commit

Permalink
build(deps): update nb requirement from 0.1.2 to 1.1.0
Browse files Browse the repository at this point in the history
Updates the requirements on [nb](https://github.com/rust-embedded/nb) to permit the latest version.
- [Changelog](https://github.com/rust-embedded/nb/blob/master/CHANGELOG.md)
- [Commits](rust-embedded/nb@v0.1.2...v1.1.0)

---
updated-dependencies:
- dependency-name: nb
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and Rahix committed Dec 24, 2023
1 parent c2d2587 commit a623cbe
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion avr-hal-generic/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ edition = "2018"

[dependencies]
cfg-if = "0.1.7"
nb = "0.1.2"
nb = "1.1.0"
ufmt = "0.2.0"
paste = "1.0.0"
avr-device = "0.5.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 @@ -8,7 +8,7 @@ publish = false
[dependencies]
panic-halt = "0.2.0"
ufmt = "0.2.0"
nb = "0.1.2"
nb = "1.1.0"
embedded-hal = "0.2.3"

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

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

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

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

[dependencies.arduino-hal]
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 @@ -8,7 +8,7 @@ publish = false
[dependencies]
panic-halt = "0.2.0"
ufmt = "0.2.0"
nb = "0.1.2"
nb = "1.1.0"
embedded-hal = "0.2.3"
pwm-pca9685 = "0.3.1"
infrared = "0.14.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 @@ -9,7 +9,7 @@ publish = false
[dependencies]
panic-halt = "0.2.0"
ufmt = "0.2.0"
nb = "0.1.2"
nb = "1.1.0"
embedded-hal = "0.2.3"

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

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

[dependencies.arduino-hal]
Expand Down

0 comments on commit a623cbe

Please sign in to comment.