Skip to content

Commit

Permalink
Chore(release): Release v0.29.0-alpha4
Browse files Browse the repository at this point in the history
  • Loading branch information
michalfita committed Jan 5, 2024
1 parent 93020d2 commit ba2ac0c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/release-plz.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
name: Release Automation

env:
MSRV: 1.63.0

on:
push:
branches:
Expand All @@ -18,11 +21,11 @@ jobs:
- name: Install the Rust toolchain
uses: dtolnay/rust-toolchain@master
with:
toolchain: 1.63.0 # TODO: make MSRV an CI environment variable
toolchain: ${{ env.MSRV }}
targets: thumbv7em-none-eabihf
- name: Proper PAC crates generation
run: |
python3 tools/pacs.py ./svd
python3 tools/pacs.py ./svd ./pac
- name: Fire up `release-plz`
uses: MarcoIeni/release-plz-action@v0.5
env:
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ exclude = [
]

[workspace.package]
version = "0.29.0-alpha3"
version = "0.29.0-alpha4"
license = "MIT OR Apache-2.0"
authors = ["Michal Fita <4925040+michalfita@users.noreply.github.com>"]
categories = ["no-std", "embedded", "hardware-support"]
Expand Down

0 comments on commit ba2ac0c

Please sign in to comment.