From c098181407abe6720a32fb982b5980e2212bbeb8 Mon Sep 17 00:00:00 2001 From: ko1N Date: Fri, 27 Nov 2020 23:14:10 +0100 Subject: [PATCH] Updated to next branch --- memflow-pcileech/Cargo.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/memflow-pcileech/Cargo.toml b/memflow-pcileech/Cargo.toml index 35bc00c..715cfe1 100644 --- a/memflow-pcileech/Cargo.toml +++ b/memflow-pcileech/Cargo.toml @@ -16,8 +16,7 @@ categories = [ "api-bindings", "memory-management", "os" ] crate-type = ["lib", "cdylib"] [dependencies] -memflow = { version = "0.1", features = ["inventory", "serde_derive"] } -memflow-derive = { version = "0.1" } +memflow = { git = "https://github.com/memflow/memflow", branch = "next", features = ["inventory", "serde_derive"] } log = { version = "0.4", default-features = false } simple_logger = "1.0" leechcore-sys = { path = "../leechcore-sys" }