Compare commits

..

1 Commits

Author SHA1 Message Date
phoenix e3895b6d1a devel (#7)
Reviewed-on: #7
2025-03-30 18:01:52 +00:00
+3 -1
View File
@@ -5,6 +5,8 @@ on:
branches:
- main
- devel
tags:
- 'v*' # Trigger on tags matching v*
jobs:
release:
@@ -18,7 +20,7 @@ jobs:
- name: Install Rust
uses: actions-rs/toolchain@v1
with:
toolchain: 1.86.0
toolchain: 1.85.0
components: cargo
- name: Extract Version from Cargo.toml