From 5a1945baf1ebe87f86f6421d7c99ddb200ad0a22 Mon Sep 17 00:00:00 2001 From: Elle Imhoff Date: Thu, 4 Aug 2022 16:24:23 -0500 Subject: [PATCH] Use tiny runtime instead of full to test native_implemented/otp --- Cargo.toml | 2 +- native_implemented/otp/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index ed6b05593..6b006a673 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ members = [ "compiler/*", "firefly", "library/*", - "native_implemented/*", + "native_implemented/otp", "runtimes/*", ] diff --git a/native_implemented/otp/Cargo.toml b/native_implemented/otp/Cargo.toml index 97a52235a..c4e0a10b0 100644 --- a/native_implemented/otp/Cargo.toml +++ b/native_implemented/otp/Cargo.toml @@ -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"