Skip to content

Commit 9771247

Browse files
committed
fix conflicts
1 parent b969c1c commit 9771247

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

library/alloc/Cargo.toml

-4
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,8 @@ bench = false
1616

1717
[dependencies]
1818
core = { path = "../core", public = true }
19-
<<<<<<< HEAD
20-
compiler_builtins = { version = "=0.1.155", features = ['rustc-dep-of-std'] }
2119
safety = { path = "../contracts/safety" }
22-
=======
2320
compiler_builtins = { version = "=0.1.156", features = ['rustc-dep-of-std'] }
24-
>>>>>>> subtree/library
2521

2622
[features]
2723
compiler-builtins-mem = ['compiler_builtins/mem']

0 commit comments

Comments
 (0)