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.
1 parent c7cf854 commit 1717022Copy full SHA for 1717022
.github/workflows/ci.yml
@@ -53,12 +53,12 @@ jobs:
53
matrix:
54
build:
55
- linux gnu x86_64
56
- # - linux musl x64
+ - linux musl x64
57
include:
58
- #- build: linux musl x64
59
- # os: ubuntu-latest
60
- # rust: stable
61
- # rust_target: x86_64-unknown-linux-musl
+ - build: linux musl x64
+ os: ubuntu-latest
+ rust: stable
+ rust_target: x86_64-unknown-linux-musl
62
- build: linux gnu x86_64
63
os: ubuntu-latest
64
rust: stable
RELEASE.md
@@ -1,3 +1,3 @@
1
-# Release Notes for v0.1.1
+# Release Notes for v0.1.2
2
3
testing Github Release CI workflow
0 commit comments