Skip to content

Commit da93754

Browse files
committed
stm32f1 0.16
1 parent aafd9c2 commit da93754

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
1616
Remove `RemapStruct`s. [#462] [#506] [#509]
1717
- Use independent `Spi` and `SpiSlave` structures instead of `OP` generic [#462]
1818
- Take `&Clocks` instead of `Clocks` [#498]
19-
- Temporary replace `stm32f1` with `stm32f1-staging` v0.17.1 [#503]
19+
- Update to `stm32f1` v0.16.0 [#503] [#534]
2020
- `Spi` now takes `Option<PIN>` for `SCK`, `MISO`, `MOSI` [#514]
2121
- move `Qei` mod inside `pwm_input` mod [#516]
2222

@@ -75,6 +75,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
7575
[#520]: https://github.com/stm32-rs/stm32f1xx-hal/pull/520
7676
[#526]: https://github.com/stm32-rs/stm32f1xx-hal/pull/526
7777
[#528]: https://github.com/stm32-rs/stm32f1xx-hal/pull/528
78+
[#534]: https://github.com/stm32-rs/stm32f1xx-hal/pull/534
7879

7980
## [v0.10.0] - 2022-12-12
8081

Cargo.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,7 @@ bitflags = "1.3.2"
3535
vcell = "0.1.3"
3636

3737
[dependencies.stm32f1]
38-
package = "stm32f1-staging"
39-
version = "0.20.0"
38+
version = "0.16.0"
4039
features = ["atomics"]
4140

4241
[dependencies.embedded-hal-02]

0 commit comments

Comments
 (0)