We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9de6424 commit eb5dec3Copy full SHA for eb5dec3
.github/workflows/ci.yml
@@ -75,7 +75,7 @@ jobs:
75
range:
76
# This is the minimum supported Rust version of this crate.
77
# When updating this, the reminder to update the minimum supported
78
- # Rust version in README.md and .clippy.toml.
+ # Rust version in README.md, Cargo.toml, and .clippy.toml.
79
- 1.37..
80
runs-on: ubuntu-latest
81
steps:
Cargo.toml
@@ -3,6 +3,7 @@ name = "pin-project"
3
version = "1.0.8"
4
authors = ["Taiki Endo <te316e89@gmail.com>"]
5
edition = "2018"
6
+rust-version = "1.37"
7
license = "Apache-2.0 OR MIT"
8
repository = "https://github.com/taiki-e/pin-project"
9
keywords = ["pin", "macros", "attribute"]
0 commit comments