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:
parent
d1b1c93fd4
commit
885afe0c10
2
Cargo.lock
generated
2
Cargo.lock
generated
@ -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",
|
||||||
|
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user