diff options
author | iximeow <me@iximeow.net> | 2020-08-15 13:15:29 -0700 |
---|---|---|
committer | iximeow <me@iximeow.net> | 2020-08-15 13:15:29 -0700 |
commit | fb9ead64e6c7d96c02627b01b6a85921e2d8f7a4 (patch) | |
tree | 362dc3ba66f124b17db2392ce3ec1b4b37876bc0 /Cargo.toml | |
parent | 8ccbdba5fe492cb853f10cfe3c486cdc5a50e6e9 (diff) |
add RegSpec constructors, consts, and const fns0.1.2
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-x86" -version = "0.1.1" +version = "0.1.2" authors = [ "iximeow <me@iximeow.net>" ] license = "0BSD" repository = "http://git.iximeow.net/yaxpeax-x86/" |