]> git.lizzy.rs Git - rust.git/blobdiff - src/bootstrap/Cargo.toml
Remove the merge dependency
[rust.git] / src / bootstrap / Cargo.toml
index 0b76a13e02b7774334b87bf1dd83a3f5728f381c..b68b2163f873a07291342ffef28dc7e7edbf8bd3 100644 (file)
@@ -1,7 +1,7 @@
 [package]
 name = "bootstrap"
 version = "0.0.0"
-edition = "2018"
+edition = "2021"
 build = "build.rs"
 
 [lib]
@@ -44,11 +44,9 @@ libc = "0.2"
 serde = { version = "1.0.8", features = ["derive"] }
 serde_json = "1.0.2"
 toml = "0.5"
-lazy_static = "1.3.0"
 time = "0.1"
 ignore = "0.4.10"
 opener = "0.5"
-merge = "0.1.0"
 once_cell = "1.7.2"
 
 [target.'cfg(windows)'.dependencies.winapi]