]> git.lizzy.rs Git - rust.git/blobdiff - src/libprofiler_builtins/Cargo.toml
Rollup merge of #70834 - yoshuawuyts:future-pending-ready, r=sfackler
[rust.git] / src / libprofiler_builtins / Cargo.toml
index 79192fbb6819c4ba09f6822c6bf3515261e31fc3..0d36bd0b39d76b69a3f7e835e5e5c579828425f4 100644 (file)
@@ -3,6 +3,7 @@ authors = ["The Rust Project Developers"]
 build = "build.rs"
 name = "profiler_builtins"
 version = "0.0.0"
+edition = "2018"
 
 [lib]
 name = "profiler_builtins"
@@ -13,7 +14,7 @@ doc = false
 
 [dependencies]
 core = { path = "../libcore" }
-compiler_builtins = { path = "../rustc/compiler_builtins_shim" }
+compiler_builtins = { version = "0.1.0", features = ['rustc-dep-of-std'] }
 
 [build-dependencies]
 cc = "1.0.1"