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