Skip to content

Commit

Permalink
SFT-3537: Remove proc-macro2 pin from CI.
Browse files Browse the repository at this point in the history
* .github/workflows/dependencies.yaml (are-versions-really-minimal):
Remove cargo pin for proc-macro2.
  • Loading branch information
jeandudey committed May 10, 2024
1 parent ee69479 commit 92a0732
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,4 @@ jobs:
with:
toolchain: nightly
- run: rustup override set nightly
# proc-macro2 is broken in recent nightly versions of Rust as it
# automagically enables some nightly features that don't exist on recent
# nightly compilers.
#
# Once our dependencies update the proc-macro2 version used to be higher
# than the one pinned here we can remove this hack.
#
# This is not needed for stable versions.
- run: cargo update -p proc-macro2 --precise 1.0.66 -Z minimal-versions
- run: cargo check -Z minimal-versions

0 comments on commit 92a0732

Please sign in to comment.