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
1 changed files with 2 additions and 2 deletions

View File

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