File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 3
3
[ ![ Build Status] ( https://github.com/rust-embedded/rust-i2cdev/workflows/CI/badge.svg )] ( https://github.com/rust-embedded/rust-i2cdev/actions )
4
4
[ ![ Version] ( https://img.shields.io/crates/v/i2cdev.svg )] ( https://crates.io/crates/i2cdev )
5
5
[ ![ License] ( https://img.shields.io/crates/l/i2cdev.svg )] ( https://github.com/rust-embedded/rust-i2cdev/blob/master/README.md#license )
6
+ ![ Minimum Supported Rust Version] ( https://img.shields.io/badge/rustc-1.60+-blue.svg )
6
7
7
8
[ Documentation] ( https://docs.rs/i2cdev )
8
9
@@ -49,7 +50,7 @@ The following features are implemented and planned for the library:
49
50
50
51
Most likely, the machine you are running on is not your development
51
52
machine (although it could be). In those cases, you will need to
52
- cross-compile. See https://github.com/japaric/rust- cross for pointers.
53
+ cross-compile. See < https://github.com/cross-rs/ cross > for pointers.
53
54
54
55
## Minimum Supported Rust Version (MSRV)
55
56
You can’t perform that action at this time.
0 commit comments