Skip to content

Commit

Permalink
0.3.4 release
Browse files Browse the repository at this point in the history
  • Loading branch information
sminez committed Nov 7, 2023
1 parent d503213 commit d70bff7
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "penrose"
version = "0.3.3"
version = "0.3.4"
edition = "2021"
authors = ["sminez <innes.andersonmorrison@gmail.com>"]
license = "MIT"
Expand Down Expand Up @@ -31,7 +31,7 @@ x11rb-xcb = ["x11rb", "x11rb/allow-unsafe-code"]
anymap = "0.12"
bitflags = { version = "2.3", features = ["serde"] }
nix = { version = "0.26", default-features = false, features = ["signal"] }
penrose_keysyms = { version = "0.3.3", path = "crates/penrose_keysyms", optional = true }
penrose_keysyms = { version = "0.3.4", path = "crates/penrose_keysyms", optional = true }
serde = { version = "1.0", features = ["derive"], optional = true }
strum = { version = "0.25", features = ["derive"] }
strum_macros = "0.25"
Expand Down
2 changes: 1 addition & 1 deletion crates/penrose_keysyms/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "penrose_keysyms"
version = "0.3.3"
version = "0.3.4"
authors = ["IDAM <innes.andersonmorrison@gmail.com>"]
edition = "2018"
license = "MIT"
Expand Down
4 changes: 2 additions & 2 deletions crates/penrose_ui/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "penrose_ui"
version = "0.3.3"
version = "0.3.4"
edition = "2021"
authors = ["sminez <innes.andersonmorrison@gmail.com>"]
license = "MIT"
Expand All @@ -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.3", path = "../../" }
penrose = { version = "0.3.4", path = "../../" }
tracing = { version = "0.1", features = ["attributes"] }
thiserror = "1.0"
yeslogic-fontconfig-sys = "4.0"
Expand Down

0 comments on commit d70bff7

Please sign in to comment.