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

Commit

Permalink
Use tiny runtime instead of full to test native_implemented/otp
Browse files Browse the repository at this point in the history
  • Loading branch information
KronicDeth committed Sep 9, 2022
1 parent 6a39895 commit 5a1945b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ members = [
"compiler/*",
"firefly",
"library/*",
"native_implemented/*",
"native_implemented/otp",
"runtimes/*",
]

Expand Down
2 changes: 1 addition & 1 deletion native_implemented/otp/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ features = ['console']

[dev-dependencies]
libc = "0.2"
lumen_rt_full = { path = "../../runtimes/full" }
lumen_rt_tiny = { path = "../../runtimes/tiny" }
lumen = { path = "../../lumen" }
panic-control = "0.1.4"
process_control = "3.3"
Expand Down

0 comments on commit 5a1945b

Please sign in to comment.