Skip to content

Commit 52bf58b

Browse files
committed
Upgrade PyO3 to v0.26.0
1 parent 238e35b commit 52bf58b

File tree

2 files changed

+11
-12
lines changed

2 files changed

+11
-12
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ name = "rustfluent"
99
crate-type = ["cdylib"]
1010

1111
[dependencies]
12-
pyo3 = { version = "0.25.1", features = ["chrono"] }
12+
pyo3 = { version = "0.26.0", features = ["chrono"] }
1313
fluent = "0.17.0"
1414
unic-langid = "0.9.6"
1515
fluent-bundle = "0.16.0"

0 commit comments

Comments
 (0)