From c1593d4d7cb8864d3525c8538826dee9713ca891 Mon Sep 17 00:00:00 2001 From: Bruno STEUX Date: Wed, 10 Apr 2024 23:23:03 +0200 Subject: [PATCH] v0.2.24 final --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index ca82570..9214163 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,5 +16,5 @@ env_logger = "0.11" log = "0.4" clap = { version = "4", features = ["derive"] } regex = "1" -#cc6502 = { version = "1.0", features = ["atari7800"] } -cc6502 = { path = "../cc6502", features = ["atari7800"] } +cc6502 = { version = "1.0", features = ["atari7800"] } +#cc6502 = { path = "../cc6502", features = ["atari7800"] }