Use Stable Rust in CI (#124)
This commit is contained in:
committed by
Lucio Franco
parent
3809f18dc6
commit
4d4dbdf074
@@ -12,7 +12,7 @@ jobs:
|
||||
strategy:
|
||||
matrix:
|
||||
os: [ubuntu-latest]
|
||||
rust: [beta]
|
||||
rust: [stable]
|
||||
|
||||
env:
|
||||
RUSTFLAGS: "-D warnings"
|
||||
@@ -38,7 +38,7 @@ jobs:
|
||||
strategy:
|
||||
matrix:
|
||||
os: [ubuntu-latest]
|
||||
rust: [beta]
|
||||
rust: [stable]
|
||||
|
||||
env:
|
||||
RUSTFLAGS: "-D warnings"
|
||||
@@ -58,7 +58,7 @@ jobs:
|
||||
strategy:
|
||||
matrix:
|
||||
os: [ubuntu-latest, macOS-latest]
|
||||
rust: [beta]
|
||||
rust: [stable]
|
||||
|
||||
env:
|
||||
RUSTFLAGS: "-D warnings"
|
||||
|
||||
Reference in New Issue
Block a user