Skip to content

Commit 498bb24

Browse files
committed
build: Set the crate MSRV to silence Clippy warnings
Adopt the same MSRV policy as PyO3.
1 parent ad3f49d commit 498bb24

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
name = "python3-dll-a"
33
version = "0.2.14"
44
edition = "2021"
5+
rust-version = "1.63"
56
description = "Standalone python3(y)(t).dll import library generator"
67
repository = "https://github.com/PyO3/python3-dll-a"
78
authors = ["Sergey Kvachonok <[email protected]>", "messense <[email protected]>", "Adam Reichold <[email protected]>"]

0 commit comments

Comments
 (0)