aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows/ci.yml
diff options
context:
space:
mode:
authorSven-Hendrik Haase <svenstaro@gmail.com>2020-11-08 23:16:04 +0000
committerSven-Hendrik Haase <svenstaro@gmail.com>2020-11-08 23:16:04 +0000
commiteed5076a52aa068b6a023ac210f5211f761530cb (patch)
tree34f35c1c18bcadb64aa48232ff86cecee22685c3 /.github/workflows/ci.yml
parentDocument how to generate a working sha256sum (fixes #401) (diff)
downloadminiserve-eed5076a52aa068b6a023ac210f5211f761530cb.tar.gz
miniserve-eed5076a52aa068b6a023ac210f5211f761530cb.zip
Now compiles on stable
Diffstat (limited to '.github/workflows/ci.yml')
-rw-r--r--.github/workflows/ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 7dab67a..0f39ae6 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -9,7 +9,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
- rust: [nightly]
+ rust: [stable, nightly]
steps:
- name: Checkout code