File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 }}
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments