Skip to content

Commit

Permalink
Add MSRV reason comments
Browse files Browse the repository at this point in the history
  • Loading branch information
taiki-e committed Jan 14, 2025
1 parent fe305c9 commit e4054c9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "pin-project"
version = "1.1.8" #publish:version
edition = "2021"
rust-version = "1.56"
rust-version = "1.56" # Align to pin-project-internal
license = "Apache-2.0 OR MIT"
repository = "https://github.com/taiki-e/pin-project"
keywords = ["pin", "macros", "attribute"]
Expand Down
2 changes: 1 addition & 1 deletion pin-project-internal/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "pin-project-internal"
version = "1.1.8" #publish:version
edition = "2021"
rust-version = "1.56"
rust-version = "1.56" # For syn
license = "Apache-2.0 OR MIT"
repository = "https://github.com/taiki-e/pin-project"
keywords = ["pin", "macros", "attribute"]
Expand Down

0 comments on commit e4054c9

Please sign in to comment.