Skip to content

Commit

Permalink
pinning version of penrose in penrose_ui
Browse files Browse the repository at this point in the history
  • Loading branch information
sminez committed Nov 12, 2022
1 parent 154b29f commit c2d7fd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/penrose_ui/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ edition = "2021"
cairo-rs = { version = "0.15.6", features = ["xcb"] }
pangocairo = { version = "0.15.1" }
pango = { version = "0.15.6" }
penrose = { path = "../../" }
penrose = { version = "0.3.0", path = "../../" }
tracing = { version = "0.1", features = ["attributes", "log"] }
thiserror = "1.0.37"
x11rb = { version = "0.10", features = ["randr", "render"] }

0 comments on commit c2d7fd9

Please sign in to comment.