]> git.lizzy.rs Git - rust.git/blobdiff - src/tools/miri/Cargo.toml
rustup
[rust.git] / src / tools / miri / Cargo.toml
index 0c547d585d198eec1c01f787f290dfd29a307114..02485dab74c5b87cc59b7a0c7da96783f8b0502d 100644 (file)
@@ -31,14 +31,17 @@ smallvec = "1.7"
 rustc-workspace-hack = "1.0.0"
 measureme = "10.0.0"
 
-[target."cfg(unix)".dependencies]
+[target.'cfg(unix)'.dependencies]
 libc = "0.2"
+
+[target.'cfg(target_os = "linux")'.dependencies]
 libffi = "3.0.0"
 libloading = "0.7"
 
 [dev-dependencies]
 colored = "2"
 ui_test = "0.3.1"
+rustc_version = "0.4"
 # Features chosen to match those required by env_logger, to avoid rebuilds
 regex = { version = "1.5.5", default-features = false, features = ["perf", "std"] }
 lazy_static = "1.4.0"