We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f01b21 commit 9b91f47Copy full SHA for 9b91f47
Cargo.toml
@@ -4,9 +4,9 @@ name = "i2cdev"
4
version = "0.2.0"
5
authors = ["Paul Osborne <[email protected]>"]
6
license = "MIT/Apache-2.0"
7
-repository = "https://github.com/posborne/rust-i2cdev"
8
-homepage = "https://github.com/posborne/rust-i2cdev"
9
-documentation = "http://posborne.github.io/rust-i2cdev"
+repository = "https://github.com/rust-embedded/rust-i2cdev"
+homepage = "https://github.com/rust-embedded/rust-i2cdev"
+documentation = "http://rust-embedded.github.io/rust-i2cdev"
10
description = """
11
Provides API for safe access to Linux i2c device interface.
12
0 commit comments