Skip to content

Commit

Permalink
Merge branch 'main' into release
Browse files Browse the repository at this point in the history
  • Loading branch information
ecton committed May 12, 2024
2 parents f0b64a5 + cf78c9d commit 8bcebe1
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 47 deletions.
65 changes: 22 additions & 43 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ tracing-subscriber = { version = "0.3", optional = true, features = [
] }
palette = "0.7.3"
ahash = "0.8.6"
cushy-macros = { version = "0.2.0", path = "cushy-macros" }
cushy-macros = { version = "0.3.0", path = "cushy-macros" }
arboard = "3.2.1"
zeroize = "1.6.1"
unicode-segmentation = "1.10.1"
Expand Down
6 changes: 3 additions & 3 deletions cushy-macros/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "cushy-macros"
version = "0.2.0"
version = "0.3.0"
edition = "2021"
description = "Macros for the Cushy GUI framework"
repository = "https://github.com/khonsulabs/cushy"
Expand All @@ -11,8 +11,8 @@ readme = "./README.md"
proc-macro = true

[dependencies]
attribute-derive = "0.8.1"
manyhow = "0.10.0"
attribute-derive = "0.9.1"
manyhow = "0.11.1"
proc-macro2 = "1.0.69"
quote = "1.0.33"
quote-use = "0.8.0"
Expand Down

0 comments on commit 8bcebe1

Please sign in to comment.