Skip to content

Commit dab9dd9

Browse files
committed
bump versions
1 parent a387ff9 commit dab9dd9

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
[package]
22
name = "egui_xml"
3-
version = "0.1.1"
3+
version = "0.1.2"
44
edition = "2021"
55
description = "XML macro for egui"
66
license = "MIT"
77
github = "https://github.com/GodGotzi/egui_xml.git"
88

99
[dependencies]
10-
egui_xml_macros = { version = "0.1.0", path = "macros" }
10+
egui_xml_macros = { version = "0.1.1", path = "macros" }
1111
egui_extras = "0.27"
1212

1313
[dev-dependencies]

macros/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "egui_xml_macros"
3-
version = "0.1.0"
3+
version = "0.1.1"
44
edition = "2021"
55
description = "macros for egui_xml"
66
license = "MIT"
@@ -14,6 +14,6 @@ syn = "2.0"
1414
quote = "1.0"
1515
quote_into = "0.2.0"
1616
proc-macro2 = "1.0"
17-
egui_xml_parser = { version = "0.1.1", path = "../parser" }
17+
egui_xml_parser = { version = "0.1.2", path = "../parser" }
1818
strum_macros = "0.26"
1919
strum = "0.26"

0 commit comments

Comments
 (0)