Skip to content

Commit 5ed4796

Browse files
authored
Merge pull request #518 from pbs-data-solutions/prelude-xml-parser
Bump prelude-xml-parser
2 parents e440e6b + e59c2b7 commit 5ed4796

File tree

2 files changed

+9
-21
lines changed

2 files changed

+9
-21
lines changed

Cargo.lock

Lines changed: 7 additions & 19 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "prelude-parser"
3-
version = "0.13.1"
3+
version = "0.13.2"
44
description = "Parses XML files exported from Prelude EDC into formats usable by Python."
55
edition = "2021"
66
license = "MIT"
@@ -16,7 +16,7 @@ crate-type = ["cdylib"]
1616
[dependencies]
1717
anyhow = "1.0.98"
1818
chrono = "0.4.41"
19-
prelude-xml-parser = { version = "0.8.1", features = ["python"] }
19+
prelude-xml-parser = { version = "0.8.3", features = ["python"] }
2020
pyo3 = { version = "0.25.1", features = ["extension-module"] }
2121
roxmltree = "0.20.0"
2222
serde = { version = "1.0.219", features = ["derive"] }

0 commit comments

Comments
 (0)