Skip to content

Commit 03d03d6

Browse files
authored
Make ci release to use latest stable Rust instead of whatever the default is (decompals#26)
1 parent 51abda4 commit 03d03d6

File tree

4 files changed

+4
-3
lines changed

4 files changed

+4
-3
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ jobs:
2727
with:
2828
RUSTTARGET: ${{ matrix.target }}
2929
ARCHIVE_TYPES: tar.gz
30+
TOOLCHAIN_VERSION: stable
3031

3132
publish:
3233
runs-on: ubuntu-latest

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.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "pigment64"
3-
version = "0.6.1"
3+
version = "0.6.2"
44
edition = "2024"
55
description = "A library for handling conversion between N64 texture formats and modern image formats"
66
repository = "https://github.com/decompals/pigment64"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[project]
22
name = "pigment64"
33
# Version should be synced with lib/Cargo.toml and lib/pigment64/__init__.py
4-
version = "0.6.1"
4+
version = "0.6.2"
55
description = "A library for handling conversion between N64 texture formats and modern image formats"
66
readme = "README.md"
77
requires-python = ">=3.9"

0 commit comments

Comments
 (0)