Skip to content

Commit bbd60c1

Browse files
committed
Use released v0.26
1 parent 60b735d commit bbd60c1

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

Cargo.toml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -120,13 +120,11 @@ futures = "0.3"
120120
inventory = { version = "0.3", optional = true }
121121
once_cell = "1.14"
122122
pin-project-lite = "0.2"
123-
pyo3 = { git = "https://github.com/PyO3/pyo3", rev = "v0.26.0", version = "0.26" }
123+
pyo3 = "0.26"
124124
pyo3-async-runtimes-macros = { path = "pyo3-async-runtimes-macros", version = "=0.26.0", optional = true }
125125

126126
[dev-dependencies]
127-
pyo3 = { git = "https://github.com/PyO3/pyo3", rev = "v0.26.0", version = "0.26", features = [
128-
"macros",
129-
] }
127+
pyo3 = { version = "0.26", features = ["macros"] }
130128

131129
[dependencies.async-std]
132130
version = "1.12"

0 commit comments

Comments
 (0)