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"