Updated to latest memflow 0.1.4

pull/7/head
ko1N 4 years ago
parent 4c176636d1
commit fff8c0928a

@ -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" }

Loading…
Cancel
Save