aboutsummaryrefslogtreecommitdiff
path: root/hittekaart-py/Cargo.toml
diff options
context:
space:
mode:
authorDaniel Schadt <kingdread@gmx.de>2026-05-02 14:02:47 +0200
committerDaniel Schadt <kingdread@gmx.de>2026-05-02 14:02:47 +0200
commit9a576a8d3a8cb1d143be0ade0310f71b490cacb9 (patch)
tree6264c793c5e5661d7f42c4a3c5e1427d42725a56 /hittekaart-py/Cargo.toml
parent445c51cbb38849086db79b6364e7105551d5a7cf (diff)
downloadhittekaart-0.2.0.tar.gz
hittekaart-0.2.0.tar.bz2
hittekaart-0.2.0.zip
update dependenciesHEADv0.2.0master
Diffstat (limited to 'hittekaart-py/Cargo.toml')
-rw-r--r--hittekaart-py/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/hittekaart-py/Cargo.toml b/hittekaart-py/Cargo.toml
index ea0e2fb..ebe9902 100644
--- a/hittekaart-py/Cargo.toml
+++ b/hittekaart-py/Cargo.toml
@@ -9,6 +9,6 @@ name = "hittekaart_py"
crate-type = ["cdylib"]
[dependencies]
-pyo3 = "0.27.1"
+pyo3 = "0.28.1"
hittekaart = { path = "../hittekaart" }
rayon = "1.10.0"