We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83bba11 commit cc2f057Copy full SHA for cc2f057
library/alloc/Cargo.toml
@@ -16,12 +16,8 @@ bench = false
16
17
[dependencies]
18
core = { path = "../core", public = true }
19
-<<<<<<< HEAD
20
-safety = { path = "../contracts/safety" }
21
-compiler_builtins = { version = "=0.1.160", features = ['rustc-dep-of-std'] }
22
-=======
23
compiler_builtins = { path = "../compiler-builtins/compiler-builtins", features = ["rustc-dep-of-std"] }
24
->>>>>>> subtree/library
+safety = { path = "../contracts/safety" }
25
26
[features]
27
compiler-builtins-mem = ['compiler_builtins/mem']
0 commit comments