Skip to content

Commit 0c9b484

Browse files
Pin embedded-hal to 1.0.0-rc.1
embedded-hal 1.0.0-rc.2 introduces backwards incompatible changes. This change pins the crate to 1.0.0-rc.1.
1 parent f8c3923 commit 0c9b484

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

riscv/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@ critical-section-single-hart = ["critical-section/restore-state-bool"]
2424

2525
[dependencies]
2626
critical-section = "1.1.2"
27-
embedded-hal = "1.0.0-rc.1"
27+
embedded-hal = "=1.0.0-rc.1"

0 commit comments

Comments
 (0)