We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents eb77083 + cd907f2 commit 8767ebfCopy full SHA for 8767ebf
.github/workflows/deploy.yml
@@ -17,11 +17,11 @@ jobs:
17
- x86_64-pc-windows-msvc
18
include:
19
- target: aarch64-unknown-linux-musl
20
- os: ubuntu-latest
+ os: ubuntu-20.04
21
- target: x86_64-unknown-linux-gnu
22
23
- target: x86_64-unknown-linux-musl
24
25
- target: x86_64-apple-darwin
26
os: macos-latest
27
- target: x86_64-pc-windows-msvc
.github/workflows/main.yml
@@ -30,7 +30,7 @@ jobs:
30
os: windows-latest
31
rust: stable
32
- build: msrv
33
34
# sync MSRV with docs: guide/src/guide/installation.md and Cargo.toml
35
rust: 1.60.0
36
steps:
0 commit comments