diff --git a/memflow-pcileech/Cargo.toml b/memflow-pcileech/Cargo.toml index 781822d..85b76e9 100644 --- a/memflow-pcileech/Cargo.toml +++ b/memflow-pcileech/Cargo.toml @@ -16,8 +16,8 @@ categories = [ "api-bindings", "memory-management", "os" ] crate-type = ["lib", "cdylib"] [dependencies] -memflow = { git = "https://github.com/memflow/memflow", branch = "dev", features = ["inventory", "serde_derive"] } -memflow-derive = { git = "https://github.com/memflow/memflow", branch = "dev" } +memflow = { version = "0.1", features = ["inventory", "serde_derive"] } +memflow-derive = { version = "0.1" } log = { version = "0.4", default-features = false } leechcore-sys = { path = "../leechcore-sys" }