diff options
author | iximeow <me@iximeow.net> | 2021-09-28 19:56:14 -0700 |
---|---|---|
committer | iximeow <me@iximeow.net> | 2021-09-28 19:56:14 -0700 |
commit | 80737e150dbc143e95b2b1c995d087822dda9a0b (patch) | |
tree | c2d17aa280ab2c2f9efde8078194041b14e7b351 /Cargo.toml | |
parent | 2af9f3d92184f248089a4134d6ef88162f080415 (diff) |
do not publish crates with compilation warnings (bump for 0.1.3 also)0.1.3
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,7 +1,7 @@ [package] name = "yaxpeax-arm" -version = "0.1.2" +version = "0.1.3" authors = [ "iximeow <me@iximeow.net>" ] license = "0BSD" repository = "http://git.iximeow.net/yaxpeax-arm/" |