Skip to content

Commit

Permalink
bumping proc to 0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
sminez committed Dec 26, 2021
1 parent b87835a commit 2f4247d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ xcb_draw = ["cairo-rs", "cairo-sys-rs", "pango", "pangocairo"]

[dependencies]
penrose_keysyms = { version = "0.1.1", path = "crates/penrose_keysyms", optional = true }
penrose_proc = { version = "0.1.2", path = "crates/penrose_proc" }
penrose_proc = { version = "0.1.3", path = "crates/penrose_proc" }

bitflags = "1.2.1"
nix = "0.20.0"
Expand Down
4 changes: 2 additions & 2 deletions crates/penrose_proc/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "penrose_proc"
version = "0.1.2"
version = "0.1.3"
authors = ["IDAM <[email protected]>"]
edition = "2018"
license = "MIT"
Expand All @@ -21,6 +21,6 @@ syn = { version = "1.0.70", features = ["fold", "full"] }
quote = "1.0.9"
proc-macro2 = "1.0.26"

penrose_keysyms = { version = "0.1.0", path = "../penrose_keysyms" }
penrose_keysyms = { version = "0.1.1", path = "../penrose_keysyms" }
strum = "0.20.0"
rustversion = "1.0.4"

0 comments on commit 2f4247d

Please sign in to comment.