Skip to content

Commit

Permalink
Add rust-version field to Cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
taiki-e committed Oct 2, 2021
1 parent 9de6424 commit eb5dec3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:
range:
# This is the minimum supported Rust version of this crate.
# When updating this, the reminder to update the minimum supported
# Rust version in README.md and .clippy.toml.
# Rust version in README.md, Cargo.toml, and .clippy.toml.
- 1.37..
runs-on: ubuntu-latest
steps:
Expand Down
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name = "pin-project"
version = "1.0.8"
authors = ["Taiki Endo <te316e89@gmail.com>"]
edition = "2018"
rust-version = "1.37"
license = "Apache-2.0 OR MIT"
repository = "https://github.com/taiki-e/pin-project"
keywords = ["pin", "macros", "attribute"]
Expand Down

0 comments on commit eb5dec3

Please sign in to comment.