Skip to content

Commit 4d061f8

Browse files
committed
Upgrade to Rust 2021 edition
1 parent 7f23fcb commit 4d061f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "python-pkginfo"
33
version = "0.5.5"
44
authors = ["messense <[email protected]>"]
5-
edition = "2018"
5+
edition = "2021"
66
description = "Parse Python package metadata from sdist and bdists and etc."
77
keywords = ["python", "pkginfo", "metadata"]
88
license = "MIT"

0 commit comments

Comments
 (0)