From 696879e731f4bd65cc0c81c831e9eb1f87350a85 Mon Sep 17 00:00:00 2001 From: ko1N Date: Sun, 20 Mar 2022 20:04:19 +0100 Subject: [PATCH] Updated to memflow 0.2.0-beta5 --- Cargo.lock | 8 ++++---- leechcore-sys/Cargo.toml | 2 +- memflow-pcileech/Cargo.toml | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ebffc3b..328d842 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -644,7 +644,7 @@ checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55" [[package]] name = "leechcore-sys" -version = "0.2.0-beta2" +version = "0.2.0-beta5" dependencies = [ "bindgen", "cc", @@ -700,9 +700,9 @@ checksum = "308cc39be01b73d0d18f82a0e7b2a3df85245f84af96fdddc5d202d27e47b86a" [[package]] name = "memflow" -version = "0.2.0-beta4" +version = "0.2.0-beta5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "336b4a34877219e71976e12bb5953e77f5091a12db86ecb07077112d50ffc1e5" +checksum = "6a9d20b115d9fdaae988c5aa4f0aee56961e94b7e90c54d8ef536f438b610f73" dependencies = [ "abi_stable", "bitflags", @@ -744,7 +744,7 @@ dependencies = [ [[package]] name = "memflow-pcileech" -version = "0.2.0-beta2" +version = "0.2.0-beta5" dependencies = [ "clap 3.1.6", "leechcore-sys", diff --git a/leechcore-sys/Cargo.toml b/leechcore-sys/Cargo.toml index 3a94c61..36e64d6 100644 --- a/leechcore-sys/Cargo.toml +++ b/leechcore-sys/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "leechcore-sys" -version = "0.2.0-beta2" +version = "0.2.0-beta5" authors = ["ko1N "] edition = "2018" readme = "../README.md" diff --git a/memflow-pcileech/Cargo.toml b/memflow-pcileech/Cargo.toml index 39f254a..5ac3f9d 100644 --- a/memflow-pcileech/Cargo.toml +++ b/memflow-pcileech/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "memflow-pcileech" -version = "0.2.0-beta2" +version = "0.2.0-beta5" authors = ["ko1N "] edition = "2018" description = "qemu procfs connector for leechcore/pcileech"