Skip to content

Commit 29dd003

Browse files
authored
minimal-versions: pin nightly to 2022-12-25 (#23)
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.
1 parent ff929f2 commit 29dd003

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/minimal-versions.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
type: string
1010
nightly:
1111
description: 'The version of rust-nightly to be used'
12-
default: 'nightly'
12+
default: 'nightly-2022-12-25' # pinned due to rust-lang/rust#106247
1313
required: false
1414
type: string
1515

0 commit comments

Comments
 (0)