Selaa lähdekoodia

Disable unstable dev-dependencies and examples

Signed-off-by: Daniel Egger <daniel@eggers-club.de>
Daniel Egger 5 vuotta sitten
vanhempi
säilyke
c5b653fe62

+ 12 - 12
Cargo.toml

@@ -53,25 +53,25 @@ version = "0.4.0"
 default-features = false
 version = "1.5.0"
 
-[dev-dependencies.jnet]
-git = "https://github.com/japaric/jnet"
-rev = "df96b408049ca952ad7844d6552e87cf8fc18d2a"
+#[dev-dependencies.jnet]
+#git = "https://github.com/japaric/jnet"
+#rev = "df96b408049ca952ad7844d6552e87cf8fc18d2a"
 
-[dev-dependencies.motor-driver]
-git = "https://github.com/japaric/motor-driver"
-rev = "00c8b15223643090d69f1acfb8b7a7a43a440417"
+#[dev-dependencies.motor-driver]
+#git = "https://github.com/japaric/motor-driver"
+#rev = "00c8b15223643090d69f1acfb8b7a7a43a440417"
 
-[dev-dependencies.mpu9250]
-git = "https://github.com/japaric/mpu9250"
-rev = "8f9ecad690093cb71c41301ca5e5705706150610"
+#[dev-dependencies.mpu9250]
+#git = "https://github.com/japaric/mpu9250"
+#rev = "8f9ecad690093cb71c41301ca5e5705706150610"
 
 [dev-dependencies.serde]
 default-features = false
 version = "1.0.81"
 
-[dev-dependencies.serde-json-core]
-git = "https://github.com/japaric/serde-json-core"
-rev = "6f12b77c1ffeae167989fe06e0d8b15978bd6d18"
+#[dev-dependencies.serde-json-core]
+#git = "https://github.com/japaric/serde-json-core"
+#rev = "6f12b77c1ffeae167989fe06e0d8b15978bd6d18"
 
 [dev-dependencies.stm32f103xx]
 features = ["rt"]

+ 0 - 0
examples/enc28j60-coap.rs → examples/enc28j60-coap.rs.disabled


+ 0 - 0
examples/enc28j60.rs → examples/enc28j60.rs.disabled


+ 0 - 0
examples/motor.rs → examples/motor.rs.disabled


+ 0 - 0
examples/mpu9250.rs → examples/mpu9250.rs.disabled