Skip to content

Commit

Permalink
minimal-versions: pin nightly to 2022-12-25
Browse files Browse the repository at this point in the history
Recent nightlies broke pretty much anything that uses object safety:

rust-lang/rust#106247

This (temporarily) pins to a nightly before this regression occurred
so we don't have to pin nightly everywhere object safety is used.
  • Loading branch information
tarcieri committed Dec 30, 2022
1 parent ff929f2 commit 68c2c2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/minimal-versions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
type: string
nightly:
description: 'The version of rust-nightly to be used'
default: 'nightly'
default: 'nightly-2022-12-25' # pinned due to rust-lang/rust#106247
required: false
type: string

Expand Down

0 comments on commit 68c2c2a

Please sign in to comment.