Bump version for semver-incompatible API changes
This commit is contained in:
parent
3372ccb981
commit
173997f07b
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "instant-xml-macros"
|
name = "instant-xml-macros"
|
||||||
version = "0.3.2"
|
version = "0.4.0"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
rust-version = "1.58"
|
rust-version = "1.58"
|
||||||
workspace = ".."
|
workspace = ".."
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "instant-xml"
|
name = "instant-xml"
|
||||||
version = "0.3.2"
|
version = "0.4.0"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
rust-version = "1.58"
|
rust-version = "1.58"
|
||||||
workspace = ".."
|
workspace = ".."
|
||||||
|
@ -12,7 +12,7 @@ readme = "../README.md"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
chrono = { version = "0.4.23", optional = true }
|
chrono = { version = "0.4.23", optional = true }
|
||||||
macros = { package = "instant-xml-macros", version = "0.3.2", path = "../instant-xml-macros" }
|
macros = { package = "instant-xml-macros", version = "0.4.0", path = "../instant-xml-macros" }
|
||||||
thiserror = "1.0.29"
|
thiserror = "1.0.29"
|
||||||
xmlparser = "0.13.3"
|
xmlparser = "0.13.3"
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue