We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b5f66d commit be3eb1aCopy full SHA for be3eb1a
Cargo.toml
@@ -2,6 +2,7 @@
2
name = "pin-project-lite"
3
version = "0.2.16" #publish:version
4
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
6
rust-version = "1.37" # For underscore consts
7
license = "Apache-2.0 OR MIT"
8
repository = "https://github.com/taiki-e/pin-project-lite"
0 commit comments