Skip to content

Commit cc2f057

Browse files
committed
fix conflict
1 parent 83bba11 commit cc2f057

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

library/alloc/Cargo.toml

Lines changed: 1 addition & 5 deletions
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-
safety = { path = "../contracts/safety" }
21-
compiler_builtins = { version = "=0.1.160", features = ['rustc-dep-of-std'] }
22-
=======
2319
compiler_builtins = { path = "../compiler-builtins/compiler-builtins", features = ["rustc-dep-of-std"] }
24-
>>>>>>> subtree/library
20+
safety = { path = "../contracts/safety" }
2521

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

0 commit comments

Comments
 (0)