Skip to content

Commit 6ab8417

Browse files
committed
Update readme
1 parent 9516c1f commit 6ab8417

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
[![Build Status](https://github.com/rust-embedded/rust-i2cdev/workflows/CI/badge.svg)](https://github.com/rust-embedded/rust-i2cdev/actions)
44
[![Version](https://img.shields.io/crates/v/i2cdev.svg)](https://crates.io/crates/i2cdev)
55
[![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)
67

78
[Documentation](https://docs.rs/i2cdev)
89

@@ -49,7 +50,7 @@ The following features are implemented and planned for the library:
4950

5051
Most likely, the machine you are running on is not your development
5152
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.
5354

5455
## Minimum Supported Rust Version (MSRV)
5556

0 commit comments

Comments
 (0)