Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
novafacing committed Jan 10, 2024
1 parent c6817d6 commit 0d2b042
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ license = "GPL-2.0-only"
publish = true
readme = "README.md"
repository = "https://github.com/novafacing/qemu-rs"
version = "8.1.3-v3"
version = "8.1.3-v4"

[workspace]
resolver = "2"
Expand All @@ -23,6 +23,6 @@ members = [
default-members = ["qemu-plugin", "qemu-plugin-sys"]

[workspace.dependencies]
qemu-plugin-sys = { version = "8.1.3-v3", path = "qemu-plugin-sys" }
qemu-plugin = { version = "8.1.3-v3", path = "qemu-plugin" }
qemu = { version = "8.1.3-v3", path = "qemu" }
qemu-plugin-sys = { version = "8.1.3-v4", path = "qemu-plugin-sys" }
qemu-plugin = { version = "8.1.3-v4", path = "qemu-plugin" }
qemu = { version = "8.1.3-v4", path = "qemu" }
2 changes: 1 addition & 1 deletion plugins/tiny-system/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
use anyhow::{anyhow, Result};
use anyhow::anyhow;
use ctor::ctor;
use qemu_plugin::{
plugin::{HasCallbacks, Plugin, Register, PLUGIN},
Expand Down

0 comments on commit 0d2b042

Please sign in to comment.