Skip to content

Commit d587fe7

Browse files
committed
Revert "bump to 2024 edition with rust version 1.85"
This reverts commit 44f3d71.
1 parent b35e78a commit d587fe7

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
@@ -11,8 +11,8 @@ documentation = "https://docs.rs/crate/pyo3/"
1111
categories = ["api-bindings", "development-tools::ffi"]
1212
license = "MIT OR Apache-2.0"
1313
exclude = ["/.gitignore", ".cargo/config", "/codecov.yml", "/Makefile", "/pyproject.toml", "/noxfile.py", "/.github", "/tests/test_compile_error.rs", "/tests/ui"]
14-
edition = "2024"
15-
rust-version = "1.85"
14+
edition = "2021"
15+
rust-version = "1.63"
1616

1717
[dependencies]
1818
cfg-if = "1.0"

0 commit comments

Comments
 (0)