Skip to content

Commit 834d580

Browse files
committed
add compiler-builtins as a dep of rustc-std-workspace-core
1 parent d00ebea commit 834d580

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

library/rustc-std-workspace-core/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,4 @@ path = "lib.rs"
1212

1313
[dependencies]
1414
core = { path = "../core" }
15+
compiler_builtins = { path = "../compiler-builtins/compiler-builtins" }

0 commit comments

Comments
 (0)