Skip to content

Commit fd8b85d

Browse files
committed
downgrade cargo.lock version? what??
1 parent 8f927ab commit fd8b85d

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ jobs:
1111
fail-fast: false
1212
matrix:
1313
include:
14-
- target: x86_64-unknown-linux-musl
14+
- target: x86_64-unknown-linux-gnu
1515
archive: tar.gz
16-
- target: aarch64-unknown-linux-musl
16+
- target: aarch64-unknown-linux-gnu
1717
archive: tar.gz
1818
- target: x86_64-pc-windows-gnu
1919
archive: zip

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

TODO.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
- [ ] Maybe add some logic to make it wait for the socket to be opened?
44
- [ ] also better error messages, that would be nice.
55
- [ ] and it might be cool to give you the option to open the mpv instance by yourself
6+
- [ ] Maybe write some integration tests with Nix's testing framework
67

78
## Scope creep
89

0 commit comments

Comments
 (0)