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.1

Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
This commit is contained in:
Marc-André Lureau 2025-01-15 22:10:58 +04:00
parent f3e096af87
commit 51846ea604
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.0"
version = "0.1.1"
dependencies = [
"async-broadcast",
"async-lock",

View File

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