Skip to content

Commit

Permalink
Bump to 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
h33p committed Dec 25, 2023
1 parent 0924dec commit 883e497
Show file tree
Hide file tree
Showing 2 changed files with 53 additions and 84 deletions.
133 changes: 51 additions & 82 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions memflow-kvm/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "memflow-kvm"
version = "0.2.0-beta11"
version = "0.2.0"
authors = ["Aurimas Blažulionis <0x60@pm.me>"]
edition = "2021"
rust-version = "1.65.0"
Expand All @@ -18,7 +18,7 @@ crate-type = ["lib", "cdylib"]

[dependencies]
memflow-kvm-ioctl = { version = "0.1.1", path = "../memflow-kvm-ioctl" }
memflow = { version = "=0.2.0-beta11", features = ["plugins"] }
memflow = { version = "0.2", features = ["plugins"] }
log = { version = "0.4", default-features = false }

[features]
Expand Down

0 comments on commit 883e497

Please sign in to comment.