File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -38,6 +38,8 @@ They mostly consist of real-world crates.
38
38
- ** serde-1.0.136** : A serialization/deserialization crate. Used by many other
39
39
Rust programs.
40
40
- ** stm32f4-0.14.0** : A crate that has many thousands of blanket impl blocks.
41
+ It uses cargo features to enable large portions of its structure and is
42
+ built with ` --features stm32f410 ` to have faster benchmarking times.
41
43
- ** syn-1.0.89** : A library for parsing Rust code. An important part of the Rust
42
44
ecosystem.
43
45
- ** unicode-normalization-0.1.19** : Unicode character composition and decomposition
Original file line number Diff line number Diff line change 1
1
{
2
- "cargo_opts" : " --features=stm32f405 " ,
2
+ "cargo_opts" : " --features=stm32f410 " ,
3
3
"category" : " primary"
4
4
}
You can’t perform that action at this time.
0 commit comments