X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=src%2Ftools%2Fmiri%2FCargo.toml;h=02485dab74c5b87cc59b7a0c7da96783f8b0502d;hb=7b83059146b6cfb367bbee7cd97370fc271e8979;hp=0c547d585d198eec1c01f787f290dfd29a307114;hpb=1a7c203e7f89f92598a793c6f6406735c024e7ee;p=rust.git diff --git a/src/tools/miri/Cargo.toml b/src/tools/miri/Cargo.toml index 0c547d585d1..02485dab74c 100644 --- a/src/tools/miri/Cargo.toml +++ b/src/tools/miri/Cargo.toml @@ -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"