Skip to content

Commit 28f0806

Browse files
committed
Add MSRV and CHANGELOG
1 parent cd1dfc8 commit 28f0806

File tree

3 files changed

+19
-0
lines changed

3 files changed

+19
-0
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# Changelog
2+
3+
## Unreleased
4+
5+
Initial release.

Cargo.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@ keywords = ["can", "hal", "bus"]
1313
categories = ["no-std", "embedded"]
1414
readme = "README.md"
1515

16+
[package.metadata.docs.rs]
17+
features = ["fdcan_g0_g4_l5"]
18+
targets = ["thumbv7em-none-eabihf"]
19+
1620
[features]
1721
fdcan_g0_g4_l5 = [] # Peripheral map found on G0 G4 L5
1822
fdcan_h7 = [] # Peripheral map found on H7

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,13 @@ Add an entry to your `Cargo.toml`:
1616
[dependencies]
1717
fdcan = "0.1.0"
1818
```
19+
20+
# Minimum supported Rust version
21+
22+
The Minimum Supported Rust Version (MSRV) at the moment is **1.52.0**. Older
23+
versions **may** compile, especially when some features are not used
24+
in your application.
25+
26+
# Changelog
27+
28+
See [CHANGELOG.md](CHANGELOG.md).

0 commit comments

Comments
 (0)