diff options
author | iximeow <me@iximeow.net> | 2020-10-12 00:45:51 -0700 |
---|---|---|
committer | iximeow <me@iximeow.net> | 2020-10-12 00:45:51 -0700 |
commit | c903c7ece85d22f3ee310ebaaa73241402e0be70 (patch) | |
tree | 28232af2755765560bc23da2daccd2569c2a97ff /Cargo.toml | |
parent | 50fb66e30c6bd696461fe0855f5f4a1a48e83faa (diff) |
do not panic on invalid instructions
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,6 +1,6 @@ [package] name = "yaxpeax-ia64" -version = "0.1.0" +version = "0.1.1" authors = ["iximeow <me@iximeow.net>"] edition = "2018" license = "0BSD" |