Skip to content

Commit d975ba7

Browse files
authored
Merge pull request #50 from yvt/patch/e310x-0.10
Update `e310x` to `^0.10`, `riscv` to `^0.8`
2 parents 8ef49c7 + 4f8f429 commit d975ba7

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
99

1010
- Refactored `e310x-hal::spi` module, splitting the abstraction into `SpiBus` and `SpiExclusiveDevice/SpiSharedDevice` to allow multiple devices on a single SPI bus to co-exist
1111
- Added Pulse Width Modulation interface implementing `embedded_hal::Pwm`
12+
- Update `e310x` dependency to version 0.10
13+
- Update `riscv` dependency to version 0.8
1214

1315
## [v0.9.4] - 2022-07-10
1416

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ rust-version = "1.59"
1313
[dependencies]
1414
embedded-hal = { version = "0.2.6", features = ["unproven"] }
1515
nb = "1.0.0"
16-
riscv = "0.7.0"
17-
e310x = { version = "0.9.0", features = ["rt"] }
16+
riscv = "0.8.0"
17+
e310x = { version = "0.10.0", features = ["rt"] }
1818

1919
[features]
2020
g002 = ["e310x/g002"]

0 commit comments

Comments
 (0)