Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 40f70d8

Browse filesBrowse files
committed
Pin nightly build to 2020-05-09
serde-rs#115
1 parent 41aa984 commit 40f70d8
Copy full SHA for 40f70d8

File tree

Expand file treeCollapse file tree

1 file changed

+5
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+5
-1
lines changed

‎.github/workflows/ci.yml

Copy file name to clipboardExpand all lines: .github/workflows/ci.yml
+5-1Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,11 @@ jobs:
1212
strategy:
1313
fail-fast: false
1414
matrix:
15-
rust: [nightly, beta, stable]
15+
rust:
16+
# pinned due to https://github.com/serde-rs/serde-rs.github.io/issues/115
17+
- nightly-2020-05-09
18+
- beta
19+
- stable
1620
steps:
1721
- uses: actions/checkout@v2
1822
- uses: dtolnay/rust-toolchain@master

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.