Skip to content

Commit a1eec10

Browse files
committed
keep fiddling
1 parent 0529df6 commit a1eec10

File tree

4 files changed

+4
-3
lines changed

4 files changed

+4
-3
lines changed

.github/workflows/upload_binaries.yml

+1
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ jobs:
3535
- uses: actions/checkout@v3
3636
- uses: taiki-e/upload-rust-binary-action@v1
3737
with:
38+
target: ${{ matrix.target }}
3839
bin: dominant_colours
3940
tar: all
4041
zip: windows

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## v1.1.5 - 2022-10-23
3+
## v1.1.6 - 2022-10-23
44

55
Provide precompiled binaries for more targets.
66

Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "dominant_colours"
3-
version = "1.1.5"
3+
version = "1.1.6"
44
edition = "2018"
55

66
[dependencies]

0 commit comments

Comments
 (0)