summary refs log tree commit diff
diff options
context:
space:
mode:
authorSophie Forrest <57433227+sophieforrest@users.noreply.github.com>2024-02-09 02:10:55 +1300
committerSophie Forrest <57433227+sophieforrest@users.noreply.github.com>2024-02-09 02:10:55 +1300
commitdb7957c65b24a96100e469c321e8259f43aab35f (patch)
tree87d4a0bda2d365b07735f950b736c1e63e6adb38
parent13becb31e8b669dd6254c68b3aae110e7711d9db (diff)
chore: update package name in lockfile
-rw-r--r--Cargo.lock2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.lock b/Cargo.lock
index f7ac645..cf7799b 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -9,7 +9,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
 checksum = "327762f6e5a765692301e5bb513e0d9fef63be86bbc14528052b1cd3e6f03e07"
 
 [[package]]
-name = "emulator_6502"
+name = "mos6502"
 version = "0.1.0"
 dependencies = [
  "bitflags",