Bump version to 0.3 for semver-incompatible change

This commit is contained in:
Dirkjan Ochtman 2023-03-02 16:06:43 +01:00
parent 5f6091528f
commit ff00c96ac9
2 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
[package] [package]
name = "instant-xml-macros" name = "instant-xml-macros"
version = "0.2.0" version = "0.3.0"
edition = "2021" edition = "2021"
rust-version = "1.58" rust-version = "1.58"
workspace = ".." workspace = ".."

View File

@ -1,6 +1,6 @@
[package] [package]
name = "instant-xml" name = "instant-xml"
version = "0.2.0" version = "0.3.0"
edition = "2021" edition = "2021"
rust-version = "1.58" rust-version = "1.58"
workspace = ".." workspace = ".."
@ -11,7 +11,7 @@ repository = "https://github.com/InstantDomain/instant-xml"
[dependencies] [dependencies]
chrono = { version = "0.4.23", optional = true } chrono = { version = "0.4.23", optional = true }
macros = { package = "instant-xml-macros", version = "0.2", path = "../instant-xml-macros" } macros = { package = "instant-xml-macros", version = "0.3", path = "../instant-xml-macros" }
thiserror = "1.0.29" thiserror = "1.0.29"
xmlparser = "0.13.3" xmlparser = "0.13.3"