We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6119830 commit 542b03bCopy full SHA for 542b03b
Cargo.toml
@@ -11,6 +11,12 @@ version = "0.1.0"
11
[lib]
12
name = "ring"
13
14
+# XXX: When cross-compiling (e.g. i686 on x86_64), `cargo test` tries to run
15
+# the doctests but that doesn't work. Disable the doctests for all platforms
16
+# until we have a better workaround for this. See
17
+# https://github.com/rust-lang/cargo/issues/1789
18
+doctest=false
19
+
20
[build-dependencies]
21
rustc-serialize = "0.3.15"
22
0 commit comments