Skip to content

Commit f504296

Browse files
committed
Allow Pyo3 0.25
1 parent 9686105 commit f504296

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@ rust-version = "1.56.0"
1818
arc-swap = "~1"
1919
# It's OK to ask for std on log, because pyo3 needs it too.
2020
log = { version = "~0.4.4", default-features = false, features = ["std"] }
21-
pyo3 = { version = ">=0.23, <0.25", default-features = false }
21+
pyo3 = { version = ">=0.23, <0.26", default-features = false }
2222

2323
[dev-dependencies]
24-
pyo3 = { version = ">=0.23, <0.25", default-features = false, features = ["auto-initialize", "macros"] }
24+
pyo3 = { version = ">=0.23, <0.26", default-features = false, features = ["auto-initialize", "macros"] }
2525

2626
# `pyo3-macros` is lying about the minimal version for its `syn` dependency.
2727
# Because we're testing with `-Zminimal-versions`, we need to explicitly set it here.

0 commit comments

Comments
 (0)