11[package ]
22name = " anathema"
33edition = " 2024"
4- version = " 0.2.9 "
4+ version = " 0.2.10 "
55license = " MIT"
66description = " Create beautiful, easily customisable terminal applications"
77keywords = [" tui" , " terminal" , " widgets" , " ui" , " layout" ]
@@ -11,6 +11,7 @@ documentation = "https://togglebyte.github.io/anathema-guide/"
1111homepage = " https://github.com/togglebyte/anathema"
1212repository = " https://github.com/togglebyte/anathema"
1313publish = true
14+ rust-version = " 1.88"
1415
1516[dependencies ]
1617anathema-backend = { workspace = true }
@@ -39,24 +40,24 @@ workspace = true
3940
4041[workspace .package ]
4142edition = " 2024"
42- version = " 0.2.9 "
43+ version = " 0.2.10 "
4344
4445[workspace .dependencies ]
4546bitflags = " 2.4.1"
4647crossterm = " 0.28.1"
4748unicode-width = " 0.1.11"
4849flume = " 0.11.0"
4950notify = " 6.1.1"
50- anathema-default-widgets = { path = " ./anathema-default-widgets" , version = " 0.2.9 " }
51- anathema-backend = { path = " ./anathema-backend" , version = " 0.2.9 " }
52- anathema-runtime = { path = " ./anathema-runtime" , version = " 0.2.9 " }
53- anathema-state = { path = " ./anathema-state" , version = " 0.2.9 " }
54- anathema-state-derive = { path = " ./anathema-state-derive" , version = " 0.2.9 " }
55- anathema-store = { path = " ./anathema-store" , version = " 0.2.9 " }
56- anathema-templates = { path = " ./anathema-templates" , version = " 0.2.9 " }
57- anathema-widgets = { path = " ./anathema-widgets" , version = " 0.2.9 " }
58- anathema-geometry = { path = " ./anathema-geometry" , version = " 0.2.9 " }
59- anathema-value-resolver = { path = " ./anathema-value-resolver" , version = " 0.2.9 " }
51+ anathema-default-widgets = { path = " ./anathema-default-widgets" , version = " 0.2.10 " }
52+ anathema-backend = { path = " ./anathema-backend" , version = " 0.2.10 " }
53+ anathema-runtime = { path = " ./anathema-runtime" , version = " 0.2.10 " }
54+ anathema-state = { path = " ./anathema-state" , version = " 0.2.10 " }
55+ anathema-state-derive = { path = " ./anathema-state-derive" , version = " 0.2.10 " }
56+ anathema-store = { path = " ./anathema-store" , version = " 0.2.10 " }
57+ anathema-templates = { path = " ./anathema-templates" , version = " 0.2.10 " }
58+ anathema-widgets = { path = " ./anathema-widgets" , version = " 0.2.10 " }
59+ anathema-geometry = { path = " ./anathema-geometry" , version = " 0.2.10 " }
60+ anathema-value-resolver = { path = " ./anathema-value-resolver" , version = " 0.2.10 " }
6061
6162[workspace ]
6263members = [
@@ -83,6 +84,7 @@ should_implement_trait = "allow"
8384type_complexity = " allow"
8485too_many_arguments = " allow"
8586wrong_self_convention = " allow"
87+ collapsible_if = " allow"
8688
8789[package .metadata .release ]
8890shared-version = true
0 commit comments