Commit 7e50e9a Jonas Schievink
committed
1 parent ece2811 commit 7e50e9a Copy full SHA for 7e50e9a
File tree 4 files changed +7
-3
lines changed
4 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 2
2
3
3
## Unreleased
4
4
5
+ No changes.
6
+
7
+ ## [ 0.7.0 - 2022-05-30] ( https://github.com/stm32-rs/bxcan/releases/tag/v0.7.0 )
8
+
5
9
### New Features
6
10
7
11
* [ * breaking change* ] Add support for using the second RX FIFO.
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " bxcan"
3
- version = " 0.6.2 "
3
+ version = " 0.7.0 "
4
4
authors = [
5
5
" Jonas Schievink <jonasschievink@gmail.com>" ,
6
6
" Timo Kröger <timokroeger93@gmail.com>" ,
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ Add an entry to your `Cargo.toml`:
16
16
17
17
``` toml
18
18
[dependencies ]
19
- bxcan = " 0.6.2 "
19
+ bxcan = " 0.7.0 "
20
20
```
21
21
22
22
Check the [ API Documentation] ( https://docs.rs/bxcan/ ) for how to use the
Original file line number Diff line number Diff line change 30
30
//! [`defmt`]: https://docs.rs/defmt
31
31
//! [`embedded-hal`]: https://docs.rs/embedded-hal
32
32
33
- #![ doc( html_root_url = "https://docs.rs/bxcan/0.6.2 " ) ]
33
+ #![ doc( html_root_url = "https://docs.rs/bxcan/0.7.0 " ) ]
34
34
// Deny a few warnings in doctests, since rustdoc `allow`s many warnings by default
35
35
#![ doc( test( attr( deny( unused_imports, unused_must_use) ) ) ) ]
36
36
#![ no_std]
You can’t perform that action at this time.
0 commit comments