Skip to content

Commit c2d7fd9

Browse files
committed
pinning version of penrose in penrose_ui
1 parent 154b29f commit c2d7fd9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/penrose_ui/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ edition = "2021"
99
cairo-rs = { version = "0.15.6", features = ["xcb"] }
1010
pangocairo = { version = "0.15.1" }
1111
pango = { version = "0.15.6" }
12-
penrose = { path = "../../" }
12+
penrose = { version = "0.3.0", path = "../../" }
1313
tracing = { version = "0.1", features = ["attributes", "log"] }
1414
thiserror = "1.0.37"
1515
x11rb = { version = "0.10", features = ["randr", "render"] }

0 commit comments

Comments
 (0)