1
0
mirror of https://github.com/mre/mos6502.git synced 2024-06-13 00:29:33 +00:00

Update Cargo.toml

This commit is contained in:
Matthias 2021-01-28 23:10:26 +01:00 committed by GitHub
parent 5b87171c4c
commit 4fceafa34d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,4 +1,4 @@
# Copyright (C) 2014 The 6502-rs Developers # Copyright (C) 2014-2021 The 6502-rs Developers
# All rights reserved. # All rights reserved.
# #
# Redistribution and use in source and binary forms, with or without # Redistribution and use in source and binary forms, with or without
@ -30,7 +30,7 @@
name = "mos6502" name = "mos6502"
description = "A MOS 6502 Emulator" description = "A MOS 6502 Emulator"
license = "BSD-3-Clause" license = "BSD-3-Clause"
version = "0.1.0" version = "0.2.0"
authors = ["The 6502-rs Developers"] authors = ["The 6502-rs Developers"]
build = "build.rs" build = "build.rs"
exclude = ["examples/**"] exclude = ["examples/**"]