Skip to content

Commit

Permalink
ci: Check with both -Z minimal-versions and -Z direct-minimal-versions
Browse files Browse the repository at this point in the history
  • Loading branch information
taiki-e committed Jan 9, 2024
1 parent f19afbc commit 05c247e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,3 +79,4 @@ jobs:
- run: cargo build --manifest-path tests/no-std/Cargo.toml --target thumbv6m-none-eabi
- run: cargo build --manifest-path tests/rust-2015/Cargo.toml --target thumbv6m-none-eabi
- run: cargo minimal-versions build --workspace --no-private --detach-path-deps=skip-exact --all-features
- run: cargo minimal-versions build --workspace --no-private --detach-path-deps=skip-exact --all-features --direct
2 changes: 1 addition & 1 deletion pin-project-internal/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ proc-macro = true

[dependencies]
proc-macro2 = "1.0.60"
quote = "1"
quote = "1.0.25"
syn = { version = "2.0.1", features = ["full", "visit-mut"] }

[dev-dependencies]
Expand Down

0 comments on commit 05c247e

Please sign in to comment.