Skip to content

Commit f3d375e

Browse files
authored
Merge pull request #310 from Sh3Rm4n/upgrade
Upgrade deps
2 parents e069b0e + 6b2aa61 commit f3d375e

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

CHANGELOG.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
1616

1717
### Added
1818

19-
- The MSRV was bumped to 1.54 ([#308])
2019
- Generic `into_af_push_pull<A>` and `into_af_open_drain<A>` ([#308])
2120
- `BusClock` and `BusTimerClock` traits ([#302])
2221
- `RccBus`, `Enable`, `Reset` traits and implementations for peripherals ([#299])
@@ -35,7 +34,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
3534
not needed. ([#283])
3635
- Enable `rt`, `usb`, `can`, `rtc` and `ld` feature by default.
3736
To disable that behavior, set `default-features = false`. ([#283])
38-
- The MSRV was bumped to 1.52 ([#283])
37+
- The MSRV was bumped to 1.54 ([#308])
3938
- Update `stm32f3` pac to v0.14.0 ([#282])
4039
- Remove the `bxcan` re-export. ([#304])
4140

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ cfg-if = "1.0.0"
3838
cortex-m = "0.7.4"
3939
cortex-m-rt = "0.7"
4040
defmt = { version = ">=0.2.3, <0.4.0", optional = true }
41-
embedded-dma = "0.1.2"
41+
embedded-dma = "0.2.0"
4242
embedded-hal = { version = "0.2.5", features = ["unproven"] }
4343
embedded-time = "0.12.0"
4444
nb = "1.0.0"
@@ -52,7 +52,7 @@ enumset = { version = "1.0.6", optional = true}
5252
# NOTE: Workaround for build
5353
# $ cargo +nightly update -Z minimal-versions
5454
# as long cortex-m depends on bare-metal 0.2.1
55-
bare-metal = "0.2.5"
55+
bare-metal = "1.0.0"
5656

5757
[dev-dependencies]
5858
cortex-m-semihosting = "0.3.7"
@@ -68,7 +68,7 @@ panic-rtt-target = { version = "0.1", features = ["cortex-m"] }
6868
rtt-target = { version = "0.3.1", features = ["cortex-m"] }
6969

7070
[build-dependencies]
71-
slice-group-by = "0.2.6"
71+
slice-group-by = "0.3.0"
7272

7373
[features]
7474
default = ["rt", "ld", "usb", "can", "rtc", "enumset"]

0 commit comments

Comments
 (0)