Skip to content

Commit 20887b0

Browse files
committed
builtins to workspace
1 parent 95e90e2 commit 20887b0

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

Cargo.toml

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
11
[workspace]
2-
members = ["compiler-builtins"]
2+
members = [
3+
"compiler-builtins",
4+
"testcrate",
5+
]
36
resolver = "3"

testcrate/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ rand_xoshiro = "0.6"
1818
rustc_apfloat = "0.2.1"
1919

2020
[dependencies.compiler_builtins]
21-
path = ".."
21+
path = "../compiler-builtins"
2222
default-features = false
2323
features = ["public-test-deps"]
2424

0 commit comments

Comments
 (0)