From a713cf46cb7db84a0d1b57c3a397c610cad3cf98 Mon Sep 17 00:00:00 2001 From: Shawn Wallace Date: Mon, 28 Oct 2024 21:47:45 -0400 Subject: [PATCH] Bump version --- Cargo.lock | 6 +++--- Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index f8fcf54..e05c70e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -458,9 +458,9 @@ checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2" [[package]] name = "rustix" -version = "0.38.37" +version = "0.38.38" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8acb788b847c24f28525660c4d7758620a7210875711f79e7f663cc152726811" +checksum = "aa260229e6538e52293eeb577aabd09945a09d6d9cc0fc550ed7529056c2e32a" dependencies = [ "bitflags 2.6.0", "errno", @@ -873,7 +873,7 @@ checksum = "b9cc00251562a284751c9973bace760d86c0276c471b4be569fe6b068ee97a56" [[package]] name = "xwayland-satellite" -version = "0.4.0" +version = "0.5.0" dependencies = [ "bitflags 2.6.0", "env_logger 0.11.5", diff --git a/Cargo.toml b/Cargo.toml index bb452e1..523bd19 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,7 +9,7 @@ rustix = "0.38.31" [package] name = "xwayland-satellite" -version = "0.4.0" +version = "0.5.0" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html