1
0
mirror of https://github.com/mre/mos6502.git synced 2024-11-28 22:51:26 +00:00

Rust 2021 edition

This commit is contained in:
Matthias 2022-06-07 19:53:16 +02:00
parent d1b1c93fd4
commit 885afe0c10
2 changed files with 3 additions and 3 deletions

2
Cargo.lock generated
View File

@ -112,7 +112,7 @@ checksum = "0ee1c47aaa256ecabcaea351eae4a9b01ef39ed810004e298d2511ed284b1525"
[[package]] [[package]]
name = "mos6502" name = "mos6502"
version = "0.2.0" version = "0.3.0"
dependencies = [ dependencies = [
"bitflags", "bitflags",
"log", "log",

View File

@ -30,11 +30,11 @@
name = "mos6502" name = "mos6502"
description = "A MOS 6502 Emulator" description = "A MOS 6502 Emulator"
license = "BSD-3-Clause" license = "BSD-3-Clause"
version = "0.2.0" version = "0.3.0"
authors = ["The 6502-rs Developers"] authors = ["The 6502-rs Developers"]
build = "build.rs" build = "build.rs"
exclude = ["examples/**"] exclude = ["examples/**"]
edition = "2018" edition = "2021"
[lib] [lib]
# This will look in src/lib.rs # This will look in src/lib.rs