Skip to content

Commit ab836b2

Browse files
committed
chore(deps): upgrade e310x and e310x-hal to 0.9.0
1 parent f489315 commit ab836b2

File tree

2 files changed

+10
-22
lines changed

2 files changed

+10
-22
lines changed

Cargo.lock

Lines changed: 8 additions & 20 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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,10 +58,10 @@ r3_portkit = { path = "../r3_portkit", optional = true }
5858
r3 = { path = "../r3", optional = true }
5959

6060
rtt-target = { version = "0.2.0", optional = true }
61-
e310x-hal = { version = "0.8.3", optional = true, features = ["g002"] }
61+
e310x-hal = { version = "0.9.0", optional = true, features = ["g002"] }
6262
k210-hal = { version = "0.2.0", optional = true }
6363
riscv-rt = { version = ">= 0.6.0, < 0.9.0", optional = true }
64-
e310x = { version = "0.8.1", optional = true }
64+
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 }
6767
nb = { version = "0.1.3", optional = true }

0 commit comments

Comments
 (0)