diff options
author | iximeow <me@iximeow.net> | 2021-07-04 15:21:01 -0700 |
---|---|---|
committer | iximeow <me@iximeow.net> | 2021-07-04 15:21:01 -0700 |
commit | bb2870e56d6c9a0a7b96be8287193a753e3a4391 (patch) | |
tree | 20cbc157d57ad6fc57a18392a3eec4a4f6b8d57c /ffi/long_mode/Cargo.toml | |
parent | 6f91a743a8e6bf720abdb0748bc6755f280b59de (diff) |
add ffi wrappers for real mode, protected mode, and a multiarch build
Diffstat (limited to 'ffi/long_mode/Cargo.toml')
-rw-r--r-- | ffi/long_mode/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ffi/long_mode/Cargo.toml b/ffi/long_mode/Cargo.toml index e96a54f..5196c2d 100644 --- a/ffi/long_mode/Cargo.toml +++ b/ffi/long_mode/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "yaxpeax_x86_ffi_long_mode" -version = "0.0.3" +version = "0.1.0" authors = ["iximeow <me@iximeow.net>"] edition = "2018" |