Skip to content
This repository was archived by the owner on May 5, 2025. It is now read-only.

Commit 7c7fed4

Browse files
committed
🔧 Set version same as last tag
1 parent a7a6525 commit 7c7fed4

File tree

3 files changed

+2
-4
lines changed

3 files changed

+2
-4
lines changed

‎.github/workflows/release.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,6 @@ jobs:
4646
- name: Bump version
4747
id: cargo-bump
4848
uses: tj-actions/cargo-bump@v3
49-
with:
50-
release_type: minor
5149

5250
- name: "Write cargo.toml"
5351
env:

‎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
@@ -6,7 +6,7 @@ members = [
66
]
77

88
[workspace.package]
9-
version = "0.4.0"
9+
version = "0.3.0"
1010
edition = "2021"
1111
homepage = "https://hyle.eu/"
1212
repository = "https://github.com/Hyle-org/hyle/"

0 commit comments

Comments
 (0)