Skip to content

Commit 8bcebe1

Browse files
committed
Merge branch 'main' into release
2 parents f0b64a5 + cf78c9d commit 8bcebe1

File tree

3 files changed

+26
-47
lines changed

3 files changed

+26
-47
lines changed

Cargo.lock

Lines changed: 22 additions & 43 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ tracing-subscriber = { version = "0.3", optional = true, features = [
3636
] }
3737
palette = "0.7.3"
3838
ahash = "0.8.6"
39-
cushy-macros = { version = "0.2.0", path = "cushy-macros" }
39+
cushy-macros = { version = "0.3.0", path = "cushy-macros" }
4040
arboard = "3.2.1"
4141
zeroize = "1.6.1"
4242
unicode-segmentation = "1.10.1"

cushy-macros/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "cushy-macros"
3-
version = "0.2.0"
3+
version = "0.3.0"
44
edition = "2021"
55
description = "Macros for the Cushy GUI framework"
66
repository = "https://github.com/khonsulabs/cushy"
@@ -11,8 +11,8 @@ readme = "./README.md"
1111
proc-macro = true
1212

1313
[dependencies]
14-
attribute-derive = "0.8.1"
15-
manyhow = "0.10.0"
14+
attribute-derive = "0.9.1"
15+
manyhow = "0.11.1"
1616
proc-macro2 = "1.0.69"
1717
quote = "1.0.33"
1818
quote-use = "0.8.0"

0 commit comments

Comments
 (0)