Skip to content

Commit

Permalink
v0.2.24 final
Browse files Browse the repository at this point in the history
  • Loading branch information
steux committed Apr 10, 2024
1 parent 2833938 commit c1593d4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Expand Up @@ -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"] }

0 comments on commit c1593d4

Please sign in to comment.