From 5653cf47a122d2983ed196c507028c25e510e47f Mon Sep 17 00:00:00 2001 From: transistor Date: Sat, 24 Feb 2024 19:37:45 -0800 Subject: [PATCH] Removed missing workspace member --- Cargo.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index cc15b72..f78450f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,6 @@ members = [ "emulator/frontends/common", "emulator/frontends/console", "emulator/frontends/minifb", - "emulator/cpus/moa-iz80", "tests/harte_tests", "tests/rad_tests" ]