Bump versions to 0.3.2
This commit is contained in:
parent
c73a852e07
commit
6515ad2b4f
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "instant-xml-macros"
|
||||
version = "0.3.1"
|
||||
version = "0.3.2"
|
||||
edition = "2021"
|
||||
rust-version = "1.58"
|
||||
workspace = ".."
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "instant-xml"
|
||||
version = "0.3.1"
|
||||
version = "0.3.2"
|
||||
edition = "2021"
|
||||
rust-version = "1.58"
|
||||
workspace = ".."
|
||||
|
@ -12,7 +12,7 @@ readme = "../README.md"
|
|||
|
||||
[dependencies]
|
||||
chrono = { version = "0.4.23", optional = true }
|
||||
macros = { package = "instant-xml-macros", version = "0.3", path = "../instant-xml-macros" }
|
||||
macros = { package = "instant-xml-macros", version = "0.3.2", path = "../instant-xml-macros" }
|
||||
thiserror = "1.0.29"
|
||||
xmlparser = "0.13.3"
|
||||
|
||||
|
|
Loading…
Reference in New Issue