mirror of
https://github.com/mre/mos6502.git
synced 2024-11-28 07:49:19 +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]]
|
||||
name = "mos6502"
|
||||
version = "0.2.0"
|
||||
version = "0.3.0"
|
||||
dependencies = [
|
||||
"bitflags",
|
||||
"log",
|
||||
|
@ -30,11 +30,11 @@
|
||||
name = "mos6502"
|
||||
description = "A MOS 6502 Emulator"
|
||||
license = "BSD-3-Clause"
|
||||
version = "0.2.0"
|
||||
version = "0.3.0"
|
||||
authors = ["The 6502-rs Developers"]
|
||||
build = "build.rs"
|
||||
exclude = ["examples/**"]
|
||||
edition = "2018"
|
||||
edition = "2021"
|
||||
|
||||
[lib]
|
||||
# This will look in src/lib.rs
|
||||
|
Loading…
Reference in New Issue
Block a user