Skip to content

Commit 8d638cf

Browse files
committed
chore: prepare release 3.0.3, fix missing toolchain arg
1 parent cbe86b9 commit 8d638cf

3 files changed

Lines changed: 11 additions & 2 deletions

File tree

.github/workflows/draft-new-release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,8 @@ jobs:
4747

4848
- name: Install latest stable
4949
uses: dtolnay/rust-toolchain@master
50+
with:
51+
toolchain: stable
5052

5153
- name: Cargo build update lockfile
5254
if: ${{ inputs.build }}

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [3.0.3] - 2025-10-13
11+
12+
### Fixed
13+
14+
- Set missing `toolchain` argument on `dtolnay/rust-toolchain`
15+
1016
## [3.0.2] - 2025-10-13
1117

1218
### Changed
@@ -89,7 +95,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
8995
- `Draft new release` shared workflow
9096
- `Release to crates.io` shared workflow
9197

92-
[Unreleased]: https://github.com/monero-rs/workflows/compare/v3.0.2...HEAD
98+
[Unreleased]: https://github.com/monero-rs/workflows/compare/v3.0.3...HEAD
99+
[3.0.3]: https://github.com/monero-rs/workflows/compare/v3.0.2...v3.0.3
93100
[3.0.2]: https://github.com/monero-rs/workflows/compare/v3.0.1...v3.0.2
94101
[3.0.1]: https://github.com/monero-rs/workflows/compare/v3.0.0...v3.0.1
95102
[3.0.0]: https://github.com/monero-rs/workflows/compare/v2.0.3...v3.0.0

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
[![Workflow version](https://img.shields.io/badge/Workflow%20version-@v3.0.2-blue)](https://github.com/monero-rs/workflows/releases/tag/v3.0.2)
1+
[![Workflow version](https://img.shields.io/badge/Workflow%20version-@v3.0.3-blue)](https://github.com/monero-rs/workflows/releases/tag/v3.0.3)
22
[![License: MIT or Apache](https://img.shields.io/badge/License-MIT%20or%20Apache%202.0-yellow.svg)](./COPYRIGHT)
33

44
# Shared Workflows

0 commit comments

Comments
 (0)