Skip to content

Commit 1756728

Browse files
committed
feat(root): updating packages and maturin version
1 parent 08a9dcb commit 1756728

File tree

3 files changed

+17
-17
lines changed

3 files changed

+17
-17
lines changed

Cargo.lock

Lines changed: 13 additions & 13 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.1.3"
3+
version = "2.2.0"
44
edition = "2021"
55

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

1010
[dependencies]
11-
pyo3 = "0.22.5"
12-
quick-xml = "0.37.0"
11+
pyo3 = "0.23.3"
12+
quick-xml = "0.37.1"

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.7.4"]
2+
requires = ["maturin>=1.7.8"]
33
build-backend = "maturin"
44

55
[project]

0 commit comments

Comments
 (0)