1
0
mirror of https://gitlab.com/marcandre.lureau/qemu-display.git synced 2025-04-14 08:44:46 +00:00

qemu-display: bump to 0.1.3

Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
This commit is contained in:
Marc-André Lureau 2025-01-17 11:31:42 +04:00
parent 126fc118ad
commit a1de9e31be
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View File

@ -3646,7 +3646,7 @@ dependencies = [
[[package]]
name = "qemu-display"
version = "0.1.2"
version = "0.1.3"
dependencies = [
"async-broadcast",
"async-lock",

View File

@ -1,6 +1,6 @@
[package]
name = "qemu-display"
version = "0.1.2"
version = "0.1.3"
authors = ["Marc-André Lureau <marcandre.lureau@redhat.com>"]
edition = { workspace = true }
rust-version = { workspace = true }