~nabijaczleweli/yaxpeax-superh

692bfc517853f636a8e75494110dfee5ce245a6b — наб 2 years ago 959fbae v0.3.0
Bump version to 0.3.0. Add Noa to authors list
1 files changed, 3 insertions(+), 2 deletions(-)

M Cargo.toml
M Cargo.toml => Cargo.toml +3 -2
@@ 7,9 7,10 @@ readme = "README.md"
keywords = ["disassembler", "superh", "sh4", "sh2", "j-core"]
categories = ["no-std", "parser-implementations"]
license = "MIT"
version = "0.2.0"
version = "0.3.0"
authors = ["наб <nabijaczleweli@nabijaczleweli.xyz>",
           "iximeow <me@iximeow.net>"]
           "iximeow <me@iximeow.net>",
           "Noa"]


[dependencies.yaxpeax-arch]