From bb2870e56d6c9a0a7b96be8287193a753e3a4391 Mon Sep 17 00:00:00 2001 From: iximeow Date: Sun, 4 Jul 2021 15:21:01 -0700 Subject: add ffi wrappers for real mode, protected mode, and a multiarch build --- ffi/long_mode/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ffi/long_mode') 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 "] edition = "2018" -- cgit v1.1