Skip to content

Commit ce2c2f7

Browse files
committed
Remove build.rs and skeptic from build deps
This means the readme file is no longer checked for code errors, however the build tree is vastly simplified
1 parent d75f4f4 commit ce2c2f7

File tree

2 files changed

+0
-17
lines changed

2 files changed

+0
-17
lines changed

Cargo.toml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
[package]
22

33
name = "i2cdev"
4-
build = "build.rs"
54
version = "0.4.0"
65
authors = ["Paul Osborne <[email protected]>"]
76
license = "MIT/Apache-2.0"
@@ -24,5 +23,3 @@ nix = "0.11"
2423
docopt = "0.8"
2524
skeptic = "0.13"
2625

27-
[build-dependencies]
28-
skeptic = "0.13"

build.rs

Lines changed: 0 additions & 14 deletions
This file was deleted.

0 commit comments

Comments
 (0)