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

Commit 5a1945b

Browse files
committed
Use tiny runtime instead of full to test native_implemented/otp
1 parent 6a39895 commit 5a1945b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ members = [
44
"compiler/*",
55
"firefly",
66
"library/*",
7-
"native_implemented/*",
7+
"native_implemented/otp",
88
"runtimes/*",
99
]
1010

native_implemented/otp/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ features = ['console']
3535

3636
[dev-dependencies]
3737
libc = "0.2"
38-
lumen_rt_full = { path = "../../runtimes/full" }
38+
lumen_rt_tiny = { path = "../../runtimes/tiny" }
3939
lumen = { path = "../../lumen" }
4040
panic-control = "0.1.4"
4141
process_control = "3.3"

0 commit comments

Comments
 (0)