Skip to content

Commit

Permalink
feat: update libs and rxml
Browse files Browse the repository at this point in the history
  • Loading branch information
nephi-dev committed Nov 24, 2023
1 parent 68a0635 commit b6434e7
Show file tree
Hide file tree
Showing 2 changed files with 72 additions and 74 deletions.
140 changes: 69 additions & 71 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
[package]
name = "rxml"
version = "0.4.0"
version = "1.0.0"
edition = "2021"

[lib]
name = "rxml"
crate-type = ["cdylib"]

[dependencies]
pyo3 = "0.18.1"
quick-xml = "0.28.2"
pyo3 = "0.20.0"
quick-xml = "0.31.0"

0 comments on commit b6434e7

Please sign in to comment.