Skip to content

Commit eb5dec3

Browse files
committed
1 parent 9de6424 commit eb5dec3

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575
range:
7676
# This is the minimum supported Rust version of this crate.
7777
# When updating this, the reminder to update the minimum supported
78-
# Rust version in README.md and .clippy.toml.
78+
# Rust version in README.md, Cargo.toml, and .clippy.toml.
7979
- 1.37..
8080
runs-on: ubuntu-latest
8181
steps:

Cargo.toml

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ name = "pin-project"
33
version = "1.0.8"
44
authors = ["Taiki Endo <te316e89@gmail.com>"]
55
edition = "2018"
6+
rust-version = "1.37"
67
license = "Apache-2.0 OR MIT"
78
repository = "https://github.com/taiki-e/pin-project"
89
keywords = ["pin", "macros", "attribute"]

0 commit comments

Comments
 (0)