Skip to content
This repository was archived by the owner on Jun 10, 2024. It is now read-only.

Commit a064b36

Browse files
committed
Re-enable native_implemented/* for workspace
1 parent 71a99d0 commit a064b36

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

Cargo.toml

+7-7
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
[workspace]
22

3-
members = [
4-
"compiler/*",
5-
"liblumen_*",
6-
"lumen",
7-
# "native_implemented/*",
3+
members = [
4+
"compiler/*",
5+
"liblumen_*",
6+
"lumen",
7+
"native_implemented/*",
88
"runtimes/*",
99
]
1010

11-
default-members = [
12-
"lumen"
11+
default-members = [
12+
"lumen"
1313
]
1414

1515
exclude = [

0 commit comments

Comments
 (0)