Skip to content

Commit 58cb682

Browse files
committed
feat: updating libraries to latest version
1 parent 19b83f6 commit 58cb682

File tree

3 files changed

+35
-35
lines changed

3 files changed

+35
-35
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
[package]
22
name = "rxml"
3-
version = "2.0.0"
3+
version = "2.1.0"
44
edition = "2021"
55

66
[lib]
77
name = "rxml"
88
crate-type = ["cdylib"]
99

1010
[dependencies]
11-
pyo3 = "0.22.1"
12-
quick-xml = "0.36.0"
11+
pyo3 = "0.22.5"
12+
quick-xml = "0.37.0"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[build-system]
2-
requires = ["maturin>=1.3.2"]
2+
requires = ["maturin>=1.7.4"]
33
build-backend = "maturin"
44

55
[project]

0 commit comments

Comments
 (0)