Skip to content

Commit 5c0ea5b

Browse files
committed
Bump PyO3 to 0.26
1 parent f72899c commit 5c0ea5b

File tree

11 files changed

+139
-141
lines changed

11 files changed

+139
-141
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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,14 +33,14 @@ crate-type = ["cdylib", "rlib"]
3333
anyhow = "=1.0"
3434
mio = { version = "=1.0", features = ["net", "os-ext", "os-poll"] }
3535
papaya = "=0.2"
36-
pyo3 = { version = "=0.25", features = ["anyhow", "extension-module", "generate-import-lib"] }
36+
pyo3 = { version = "=0.26", features = ["anyhow", "extension-module", "generate-import-lib"] }
3737
socket2 = { version = "=0.6", features = ["all"] }
3838

3939
[target.'cfg(unix)'.dependencies]
4040
libc = "0.2.159"
4141

4242
[build-dependencies]
43-
pyo3-build-config = "=0.25"
43+
pyo3-build-config = "=0.26"
4444

4545
[profile.release]
4646
codegen-units = 1

Makefile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,7 @@ lint-rust:
4646
-A clippy::upper-case-acronyms \
4747
-A clippy::used-underscore-binding \
4848
-A clippy::used-underscore-items \
49-
-A clippy::wrong-self-convention \
50-
-A mismatched-lifetime-syntaxes
49+
-A clippy::wrong-self-convention
5150

5251
.PHONY: lint
5352
lint: lint-python lint-rust

0 commit comments

Comments
 (0)