]> git.lizzy.rs Git - rust.git/blobdiff - Cargo.toml
add Zulip site information
[rust.git] / Cargo.toml
index 89f568146e07c188a5563133b5cd80f3da54cd66..7580d140b55f7f403e3e1cbf2f3ae64cd380d774 100644 (file)
@@ -17,19 +17,14 @@ name = "miri"
 test = false # we have no unit tests
 doctest = false # and no doc tests
 
-[[bin]]
-name = "miri-rustc-tests"
-test = false # we have no unit tests
-doctest = false # and no doc tests
-required-features = ["rustc_tests"]
-
 [dependencies]
-getrandom = { version = "0.1.8", features = ["std"] }
+getrandom = { version = "0.2", features = ["std"] }
 env_logger = "0.7.1"
 log = "0.4"
 shell-escape = "0.1.4"
 hex = "0.4.0"
 rand = "0.7"
+smallvec = "1.4.2"
 
 # A noop dependency that changes in the Rust repository, it's a bit of a hack.
 # See the `src/tools/rustc-workspace-hack/README.md` file in `rust-lang/rust`
@@ -44,7 +39,4 @@ libc = "0.2"
 [dev-dependencies]
 compiletest_rs = { version = "0.5", features = ["tmp"] }
 rustc_version = "0.2.3"
-colored = "1.6"
-
-[features]
-rustc_tests = []
+colored = "2"