Skip to content

Commit d1d878d

Browse files
committed
chore(deps): upgrade nb to 1.0.0
`nb` version 0.1.3 reexports the items from 1.0.0, so there's no compatibility issues here.
1 parent c97906f commit d1d878d

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/r3_port_riscv_test_driver/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ riscv-rt = { version = ">= 0.6.0, < 0.9.0", optional = true }
6464
e310x = { version = "0.9.0", optional = true }
6565
riscv = { version = ">= 0.5.0, < 0.7.0", optional = true }
6666
log = { version = "0.4.8", optional = true }
67-
nb = { version = "0.1.3", optional = true }
67+
nb = { version = "1.0.0", optional = true }
6868

6969
[dependencies.r3_test_suite]
7070
path = "../r3_test_suite"

src/r3_support_rza1/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ r3 = { version = "0.1.0", path = "../r3" }
2525

2626
embedded-hal = { version = "0.2.4", optional = true }
2727
rza1 = { version = "0.2.0", features = ["ostm"] }
28-
nb = { version = "0.1.2", optional = true }
28+
nb = { version = "1.0.0", optional = true }
2929

3030
[package.metadata.docs.rs]
3131
targets = []

0 commit comments

Comments
 (0)