Skip to content

Commit c0e3dcf

Browse files
committed
Update pyo3 to 0.19
1 parent 2da8eec commit c0e3dcf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@ rust-version = "1.48.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.14, <0.19", default-features = false }
21+
pyo3 = { version = ">=0.14, <0.20", default-features = false }
2222

2323
[dev-dependencies]
24-
pyo3 = { version = ">=0.14, <0.19", default-features = false, features = ["auto-initialize", "macros"] }
24+
pyo3 = { version = ">=0.14, <0.20", 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)