From 5e728f6ef566c41d5b814e930adb0ac15ac3f9f8 Mon Sep 17 00:00:00 2001 From: Innes Anderson-Morrison Date: Sun, 16 Jul 2023 08:58:54 +0100 Subject: [PATCH] pinning penrose version to 0.3.3 for penrose ui --- crates/penrose_ui/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/penrose_ui/Cargo.toml b/crates/penrose_ui/Cargo.toml index e241dcec..0890c669 100644 --- a/crates/penrose_ui/Cargo.toml +++ b/crates/penrose_ui/Cargo.toml @@ -12,7 +12,7 @@ description = "UI elements for the penrose window manager library" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -penrose = { version = "0.3", path = "../../" } +penrose = { version = "0.3.3", path = "../../" } tracing = { version = "0.1", features = ["attributes"] } thiserror = "1.0" yeslogic-fontconfig-sys = "4.0"