Skip to content

Commit be3eb1a

Browse files
committed
Add comment about rust-version field to Cargo.toml
1 parent 2b5f66d commit be3eb1a

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 = "pin-project-lite"
33
version = "0.2.16" #publish:version
44
edition = "2018"
5+
# NB: Sync with rust-version field in other Cargo.toml files, msrv badge in README.md, and test job in .github/workflows/ci.yml
56
rust-version = "1.37" # For underscore consts
67
license = "Apache-2.0 OR MIT"
78
repository = "https://github.com/taiki-e/pin-project-lite"

0 commit comments

Comments
 (0)