Skip to content

Commit 9a38f6f

Browse files
committed
Revert MSRV to 1.63.0
1 parent eb24dda commit 9a38f6f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ jobs:
8585
platform: { os: "windows-latest", python-architecture: "x86" }
8686
include:
8787
# Test minimal supported Rust version
88-
- rust: 1.70.0
88+
- rust: 1.63.0
8989
python-version: "3.10"
9090
platform:
9191
{

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ categories = ["api-bindings", "development-tools::ffi"]
1515
license = "Apache-2.0"
1616
exclude = ["/.gitignore", "/codecov.yml", "/Makefile"]
1717
edition = "2021"
18-
rust-version = "1.70"
18+
rust-version = "1.63"
1919

2020
[workspace]
2121
members = ["pyo3-asyncio-macros"]

0 commit comments

Comments
 (0)